% if User.current.logged?%> <% if User.current == target%> 编辑资料 <%else%> <%if(target.watched_by?(User.current))%> 取消关注 <% else %> 添加关注 <% end %> <% end%> <% end %>