diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index b0bcd70ea..499b5954c 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -55,7 +55,7 @@ -
<%= l(:label_preferences)%> -
<%= l(:label_welcome) %> <%=link_to User.current.lastname< |
+ <%= l(:label_welcome) %> <%=link_to User.current.lastname< |
||
<%=link_to image_tag(url_to_avatar(User.current), :class => 'avatar'), user_path(User.current) %> | + +<%=link_to image_tag(url_to_avatar(User.current), :class => 'avatar'), user_path(User.current) %> | <%= link_to l(:label_user_watcher)+"("+User.watched_by(User.current).count.to_s+")", user_path(User.current) %>  <%=link_to l(:label_user_fans)+"("+User.current.watcher_users(User.current.id).count.to_s+")", user_path(User.current) %> | |
<% unless User.current.memberships.empty? %> - <%= l(:label_welcome_participate) %> (<%= link_to User.current.memberships.count, {:controller => 'users', :action => 'user_projects', :id => User.current} %>) <%= l(:label_welcome_participate_project)%> + | <% unless User.current.memberships.empty? %> + <%= l(:label_welcome_participate) %> <%= link_to User.current.memberships.count, {:controller => 'users', :action => 'user_projects', :id => User.current} %> <%= l(:label_welcome_participate_project)%> <% end %> |