Show More
Commit Description:
added announcement refresh, more styling, prep for announcement hiding...
Commit Description:
added announcement refresh, more styling, prep for announcement hiding git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@412 6386c4cd-e34a-4fa8-8920-d93eb39b512e
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