diff --git a/app/views/projects/show.html.erb b/app/views/projects/show.html.erb
index 6705a89ed..5d6b76dd5 100644
--- a/app/views/projects/show.html.erb
+++ b/app/views/projects/show.html.erb
@@ -10,6 +10,7 @@
<%= link_to"更多",:contoller=>'project',:action=>'index'%>
-->
+
<%= @author.nil? ? l(:label_activity) : l(:label_user_activity, link_to_user(@author)).html_safe %>
diff --git a/app/views/users/user_projects.html.erb b/app/views/users/user_projects.html.erb index dd2325764..a01186114 100644 --- a/app/views/users/user_projects.html.erb +++ b/app/views/users/user_projects.html.erb @@ -1,3 +1,4 @@ +
<% unless @memberships.empty? %>
-->
+
-
diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb
index ca5245250..968b050c3 100644
--- a/app/views/welcome/index.html.erb
+++ b/app/views/welcome/index.html.erb
@@ -67,6 +67,7 @@