view .svn/pristine/1a/1ac615393481d79666a02bb2bca6e76628416d64.svn-base @ 1625:808a40a7cac7 live

Have a go at fixing #570 Can't delete downloadable file from version in project with no issue tracker
author Chris Cannam
date Thu, 07 Feb 2019 13:48:00 +0000
parents 038ba2d95de8
children
line wrap: on
line source
<div class="contextual">
<%= form_tag(
       {:controller => 'repositories', :action => 'revision', :id => @project,
        :repository_id => @repository.identifier_param},
       :method => :get
     ) do %>
  <%= l(:label_revision) %>: <%= text_field_tag 'rev', nil, :size => 8 %>
  <%= submit_tag 'OK' %>
<% end %>
</div>

<h2><%= l(:label_revision_plural) %></h2>

<%= render :partial => 'revisions',
           :locals => {:project   => @project,
                       :path      => '',
                       :revisions => @changesets,
                       :entry     => nil } %>

<p class="pagination"><%= pagination_links_full @changeset_pages,@changeset_count %></p>

<% content_for :header_tags do %>
  <%= stylesheet_link_tag "scm" %>
  <%= auto_discovery_link_tag(
               :atom,
               params.merge(
                 {:format => 'atom', :page => nil, :key => User.current.rss_key})) %>
<% end %>

<% other_formats_links do |f| %>
  <%= f.link_to 'Atom', :url => {:key => User.current.rss_key} %>
<% end %>

<% html_title(l(:label_revision_plural)) -%>