Show More
Commit Description:
removed unused files in public
Commit Description:
removed unused files in public
File last commit:
Show/Diff file:
Action:
app/views/messages/_short_message.html.haml | 7 lines | 258 B | text/x-haml | HamlLexer |
%tr
%td=h short_message.sender.full_name
%td= "#{short_message.created_at}"
%td=h truncate(short_message.body)
%td
= link_to "[reply]", :action => 'show', :id => short_message.id
= link_to "[hide]", :action => 'hide', :id => short_message.id