remove label_leave_me_message from user show erb

This commit is contained in:
yanxd 2014-01-03 08:53:09 +08:00
parent 1881e9726c
commit 4abea36f3b
1 changed files with 0 additions and 5 deletions

View File

@ -43,11 +43,6 @@ function checkMaxLength() {
<span class="portrait"><%= image_tag(url_to_avatar(journal.user), :class => "avatar") %></span>
<span class="body">
<span class="user"><%= link_to journal.user, user_path(journal.user)%></span>
<% if @user == User.current %>
<span class="font_lighter"><%= l(:label_leave_me_message) %>&nbsp;:</span>
<% else %>
<span class="font_lighter"><%= l(:label_leave_others_message) %>&nbsp;:</span>
<% end %>
<p>
<%= textilizable journal.notes%>
</p>