socialforge/app/views/repositories/entry.html.erb

18 lines
540 B
Plaintext
Raw Normal View History

2013-08-01 10:33:49 +08:00
<%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %>
2015-10-22 16:44:35 +08:00
<div style="padding-left: 8px; padding-top: 10px;">
<div class="contextual">
<%= render :partial => 'navigation' %>
</div>
2013-08-01 10:33:49 +08:00
2015-10-22 16:53:36 +08:00
<h3><%= l(:label_revision_path) %> <%= @path %></h3>
2013-08-01 10:33:49 +08:00
2015-10-22 16:44:35 +08:00
<%= render :partial => 'link_to_functions' %>
2013-08-01 10:33:49 +08:00
2015-10-22 16:44:35 +08:00
<%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>
2013-08-01 10:33:49 +08:00
2015-10-22 16:44:35 +08:00
<% content_for :header_tags do %>
<%= stylesheet_link_tag "scm" %>
<% end %>
</div>
2013-08-01 10:33:49 +08:00