老板的hearder界面,点击留言跳转到留言界面

This commit is contained in:
sw 2015-08-01 15:31:58 +08:00
parent cf1b78b42b
commit 824208077e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
</li>
<li style="padding:0 0; margin:0 0;display:inline;border-bottom: 0;">
<%=link_to l(:label_my_message)+'('+User.current.count_new_jour.to_s+')',
{:controller=> 'users', :action => 'show', id: User.current.id, host: Setting.host_user},
{:controller=> 'users', :action => 'user_newfeedback', id: User.current.id, host: Setting.host_user},
{:class => 'my-message'} if User.current.logged?%>
</li>
</ul>