diff --git a/app/views/repositories/show.html.erb b/app/views/repositories/show.html.erb index 5237bbd6d..493280647 100644 --- a/app/views/repositories/show.html.erb +++ b/app/views/repositories/show.html.erb @@ -22,7 +22,7 @@ :class => 'repository' + (repo == @repository ? ' selected' : '') }.join(' | ').html_safe %>)
<% else %> -git init
@@ -45,6 +45,7 @@git add .
git commit -m "first commit"
git push -u trustie master:matser
+<%= link_to "李海提供", user_path(646)%>