|
|
@ -78,6 +78,9 @@ function checkMaxLength() {
|
|
|
|
'#{l(:label_reply_plural)} #{journal.user.name}: ');
|
|
|
|
'#{l(:label_reply_plural)} #{journal.user.name}: ');
|
|
|
|
return false;"} %>
|
|
|
|
return false;"} %>
|
|
|
|
<% end %>
|
|
|
|
<% end %>
|
|
|
|
|
|
|
|
<% if journal.delete_by_user?(User.current) %>
|
|
|
|
|
|
|
|
<%= link_to(l(:button_delete), {:controller => 'words', :action => 'destroy', :object_id => journal, :user_id => journal.user}, :method => :delete,:remote => true)%>
|
|
|
|
|
|
|
|
<% end %>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
<div style="clear: both;"></div>
|
|
|
|
<div style="clear: both;"></div>
|
|
|
|