Show More
Commit Description:
save point
Commit Description:
save point
References:
File last commit:
Show/Diff file:
Action:
app/views/messages/_short_message.html.haml
| 11 lines
| 352 B
| text/x-haml
| HamlLexer
|
|
r102 | %tr | ||
|
r343 | - if short_message.sender | ||
%td=h short_message.sender.full_name | ||||
- else | ||||
%td (user deleted) | ||||
|
r102 | %td= "#{short_message.created_at}" | ||
%td=h truncate(short_message.body) | ||||
%td | ||||
|
r343 | - if short_message.sender | ||
= link_to "[reply]", :action => 'show', :id => short_message.id | ||||
|
r173 | = link_to "[hide]", :action => 'hide', :id => short_message.id | ||