]> git.openstreetmap.org Git - rails.git/blob - app/views/message/_sent_message_summary.html.erb
Even out the widths of the white bars around the message box
[rails.git] / app / views / message / _sent_message_summary.html.erb
1 <tr class="inbox-row">
2   <td class="inbox-sender"><%= link_to h(sent_message_summary.recipient.display_name), :controller => 'user', :action => 'view', :display_name => sent_message_summary.recipient.display_name %></td>
3   <td class="inbox-subject"><%= link_to h(sent_message_summary.title), :controller => 'message', :action => 'read', :message_id => sent_message_summary.id  %></td>
4   <td class="inbox-sent"><%= l sent_message_summary.sent_on, :format => :friendly %></td>
5   <td class="inbox-delete"><%= button_to t('message.sent_message_summary.delete_button'), :controller => 'message', :action => 'delete', :message_id => sent_message_summary.id, :referer => request.fullpath %></td>
6 </tr>