Revision 740:8873bc7c1af5 app/views

View differences:

app/views/repositories/_navigation.rhtml
4 4

  
5 5
<%= link_to l(:label_statistics), {:action => 'stats', :id => @project}, :class => 'icon icon-stats' %>
6 6

  
7
| <a href="/hg/<%= h(@project.identifier) %>/archive/<%= 
8
    rev_text = @changeset.nil? ? @rev : format_revision(@changeset);
9
    rev_text.blank? ? "tip" : rev_text 
10
%>.zip">Download this revision</a>
11

  
7 12
<% form_tag({:action => controller.action_name, :id => @project, :path => to_path_param(@path), :rev => ''}, {:method => :get, :id => 'revision_selector'}) do -%>
8 13
  <!-- Branches Dropdown -->
9 14
  <% if !@repository.branches.nil? && @repository.branches.length > 0 -%>

Also available in: Unified diff