Show More
Commit Description:
import problem replaced old one, fixed small problems...
Commit Description:
import problem replaced old one, fixed small problems problem validates name to have no space, test interface can deal with broken dependecies on problems. git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@436 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