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.

entry.rhtml 526B

123456789101112131415
  1. <%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %>
  2. <div class="contextual">
  3. <%= render :partial => 'navigation' %>
  4. </div>
  5. <h2><%= render :partial => 'breadcrumbs', :locals => { :path => @path, :kind => 'file', :revision => @rev } %></h2>
  6. <p><%= render :partial => 'link_to_functions' %></p>
  7. <%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>
  8. <% content_for :header_tags do %>
  9. <%= stylesheet_link_tag "scm" %>
  10. <% end %>