From c04cae54fdcb5a5207289ef2d014b563dac3acbf Mon Sep 17 00:00:00 2001 From: huang Date: Tue, 27 Oct 2015 14:32:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E8=BF=91=E4=B8=80=E6=AC=A1=E6=8F=90?= =?UTF-8?q?=E4=BA=A4=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/repositories/show.html.erb | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/views/repositories/show.html.erb b/app/views/repositories/show.html.erb index 05293adc2..12a80a396 100644 --- a/app/views/repositories/show.html.erb +++ b/app/views/repositories/show.html.erb @@ -35,13 +35,15 @@
- <%= image_tag(url_to_avatar(@changesets_latest_coimmit.user), :width => "25", :height => "25", :class => "fl portraitRadius mt2 ml4 mr5") %> -
<%= @changesets_latest_coimmit.user %>
提交于<%= time_tag(@changesets_latest_coimmit.committed_on) %>前:
<%= @changesets_latest_coimmit.comments %>
+ <%#= image_tag(url_to_avatar(@changesets_latest_coimmit.user), :width => "25", :height => "25", :class => "fl portraitRadius mt2 ml4 mr5") %> +
<%#= @changesets_latest_coimmit.user %>
+
提交于<%#= time_tag(@changesets_latest_coimmit.committed_on) %>:
+
<%#= @changesets_latest_coimmit.comments %>
- <%= @repository.branches.count %>个分支 + <%= @repository.branches.count %> 个分支 - <%=link_to @changesets_count, {:action => 'changes', :path => to_path_param(@path), :id => @project, :repository_id => @repository.identifier_param, :rev => @rev} %>提交 + <%=link_to @changesets_count, {:action => 'changes', :path => to_path_param(@path), :id => @project, :repository_id => @repository.identifier_param, :rev => @rev} %> 提交
<% end %>