1 <h2>Reading your messages</h2>
6 <td><%= link_to @message.sender.display_name, :controller => 'user', :action => 'view', :display_name => @message.sender.display_name %></td>
10 <td><%= @message.title %></td>
14 <td><%= @message.sent_on %></td>
18 <td><%= @message.body %></td>
26 <td><%= button_to 'Reply', :controller => 'message', :action => 'new', :user_id => @message.from_user_id %></td>
27 <td><%= button_to 'Mark as read', :controller => 'message', :action => 'mark', :message_id => @message.id %></td>