From 54fa3e5325f29a123ae6b0e14c30c2e273bf757d Mon Sep 17 00:00:00 2001 From: huangjingquan Date: Mon, 12 Aug 2013 23:57:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=BB=E9=A1=B5=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/welcome/index.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/welcome/index.html.erb b/app/views/welcome/index.html.erb index c6d1f5036..063a7ca20 100644 --- a/app/views/welcome/index.html.erb +++ b/app/views/welcome/index.html.erb @@ -189,12 +189,12 @@ software development and software crowdsourcing. - + - - + +
<%= l(:label_welcome) %> <%= User.current.name%> <%= l(:label_join) %><%= l(:label_welcome) %> <%=link_to User.current.name, user_path(User.current) %> <%= l(:label_join) %>
<%= image_tag(url_to_avatar(User.current), :class => 'avatar') %><%= l(:label_user_watcher) %> (<%= link_to User.watched_by(User.current).count %>)  - <%= render :partial => "watchers/fans_num",:locals => {:fans_num => get_fans_num(User.current) }%><%=link_to image_tag(url_to_avatar(User.current), :class => 'avatar'), user_path(User.current) %><%= l(:label_user_watcher) %> (<%= link_to User.watched_by(User.current).count, user_path(User.current) %>)  + <%= l(:label_user_fans) %>(<%=link_to @user.watcher_users(@user.id).count,user_path(User.current) %>)
<% unless User.current.memberships.empty? %>