]> git.openstreetmap.org Git - rails.git/blob - app/views/message/_sent_message_summary.rhtml
Make the message reply link prefill the title with "Re: original title".
[rails.git] / app / views / message / _sent_message_summary.rhtml
1 <% this_colour = cycle('lightgrey', 'white') # can only call once for some dumb reason %>
2
3 <tr class="inbox-row">
4   <td class="inbox-sender" bgcolor='<%= this_colour %>'><%= link_to sent_message_summary.recipient.display_name , :controller => 'user', :action => sent_message_summary.recipient.display_name %></td>
5   <td class="inbox-subject" bgcolor='<%= this_colour %>'><%= link_to  h(sent_message_summary.title) , :controller => 'message', :action => 'read', :message_id => sent_message_summary.id  %></td>
6  <td class="inbox-sent" bgcolor='<%= this_colour %>'><%= sent_message_summary.sent_on %></td>
7 </tr>