Show More
Commit Description:
testdata import now looks for *1*.in when finding raw dir...
Commit Description:
testdata import now looks for *1*.in when finding raw dir
git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@437 6386c4cd-e34a-4fa8-8920-d93eb39b512e
References:
File last commit:
Show/Diff file:
Action:
app/views/messages/_message.html.haml
| 7 lines
| 338 B
| text/x-haml
| HamlLexer
|
|
r102 | .message | ||
.stat | ||||
= "#{message.sender.full_name} at #{message.created_at}" | ||||
%div{:class => (!defined?(reply) or (reply==false)) ? "body" : "reply-body"} | ||||
= simple_format(message.body) | ||||
- if message.replied_messages.length!=0 | ||||
= render :partial => 'message', :collection => message.replied_messages, :locals => {:reply => true} | ||||