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 %>