Rename buttons-joined to buttons
This commit is contained in:
parent
d2ddf35ae2
commit
dc031d121c
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
<%= link_to h(@message.sender.display_name), :controller => 'user', :action => 'view', :display_name => @message.sender.display_name %></td>
|
||||
<div class='right'>
|
||||
<%= l @message.sent_on, :format => :friendly %>
|
||||
<div class='buttons-joined'>
|
||||
<div class='buttons'>
|
||||
<%= button_to t('message.read.reply_button'), :controller => 'message', :action => 'reply', :message_id => @message.id %>
|
||||
<%= button_to t('message.read.unread_button'), :controller => 'message', :action => 'mark', :message_id => @message.id, :mark => 'unread' %>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue