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.rhtml 636B

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