Show More
Commit Description:
fixed user confirmation bug...
Commit Description:
fixed user confirmation bug
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@305 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
app/views/messages/_short_message.html.haml
| 6 lines
| 191 B
| text/x-haml
| HamlLexer
|
|
r102 | %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 | ||||