You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

changes.html.erb 724B

1234567891011121314151617181920
  1. <%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %>
  2. <div class="contextual">
  3. <%= render :partial => 'navigation' %>
  4. </div>
  5. <h2 class="breadcrumbs"><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => (@entry ? @entry.kind : nil), :revision => @rev } %></h2>
  6. <%= render :partial => 'link_to_functions' %>
  7. <%= render_properties(@properties) %>
  8. <%= render(:partial => 'revisions',
  9. :locals => {:project => @project, :path => @path, :revisions => @changesets, :entry => @entry }) unless @changesets.empty? %>
  10. <% content_for :header_tags do %>
  11. <%= stylesheet_link_tag "scm" %>
  12. <% end %>
  13. <% html_title(l(:label_change_plural)) -%>