diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index 063a7ca20..566727eef 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -189,7 +189,7 @@ software development and software crowdsourcing.
<%= l(:label_welcome) %> <%=link_to User.current.name, user_path(User.current) %> <%= l(:label_join) %> | +<%= l(:label_welcome) %> <%=link_to User.current.name, user_path(User.current) %> <%= l(:label_join) %> | ||
<%=link_to image_tag(url_to_avatar(User.current), :class => 'avatar'), user_path(User.current) %> |