版本库查看文件页面宽度调整
This commit is contained in:
parent
af5db3713c
commit
ae9a6eb928
|
@ -1,17 +1,18 @@
|
||||||
<%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %>
|
<%= call_hook(:view_repositories_show_contextual, { :repository => @repository, :project => @project }) %>
|
||||||
<div style="padding-left: 8px; padding-top: 10px;">
|
<div class="wrap-big">
|
||||||
<div class="contextual">
|
<div style="padding-left: 8px;">
|
||||||
<%= render :partial => 'navigation' %>
|
<div class="contextual">
|
||||||
</div>
|
<%= render :partial => 'navigation' %>
|
||||||
|
</div>
|
||||||
<h3><%= l(:label_revision_path) %> :<%= @path %></h3>
|
|
||||||
|
<h3><%= l(:label_revision_path) %> :<%= @path %></h3>
|
||||||
<%= render :partial => 'link_to_functions' %>
|
|
||||||
|
<%= render :partial => 'link_to_functions' %>
|
||||||
<%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>
|
|
||||||
|
<%= render :partial => 'common/file', :locals => {:filename => @path, :content => @content} %>
|
||||||
<% content_for :header_tags do %>
|
|
||||||
<%= stylesheet_link_tag "scm" %>
|
<% content_for :header_tags do %>
|
||||||
<% end %>
|
<%= stylesheet_link_tag "scm" %>
|
||||||
</div>
|
<% end %>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue