查看内容对比

This commit is contained in:
huang 2015-10-22 16:53:36 +08:00
parent 13a1579395
commit 03c2948a7c
3 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,7 @@
<h3><%= l(:label_revision) %> <%= @diff_format_revisions %> <%=h @path %></h3>
<div class="project_r_h">
<div class="fl"><h2 class="project_h2_repository"><%= render :partial => 'breadcrumbs', :locals => {:path => @path, :kind => 'dir', :revision => @rev} %></h2></div>
</div>
<h3><%= l(:label_revision_path) %> <%=h @path %></h3>
<!-- Choose view type -->
<%= form_tag({:action => 'diff', :id => @project,

View File

@ -4,7 +4,7 @@
<%= render :partial => 'navigation' %>
</div>
<h3><%= @path %></h3>
<h3><%= l(:label_revision_path) %> <%= @path %></h3>
<%= render :partial => 'link_to_functions' %>

View File

@ -675,6 +675,7 @@ zh:
label_branch: 分支
label_tag: 标签
label_revision: 修订
label_revision_path: 当前路径
label_revision_plural: 修订
lable_revision_code_count: 代码量
label_revision_commit_count: 提交次数