Show More
Commit Description:
[web] import from site...
Commit Description:
[web] import from site git-svn-id: http://theory.cpe.ku.ac.th/grader/web/trunk@224 6386c4cd-e34a-4fa8-8920-d93eb39b512e
File last commit:
Show/Diff file:
Action:
app/views/messages/list.html.haml | 14 lines | 325 B | text/x-haml | HamlLexer |
= user_title_bar(@user)
%h3 Your Messages
- form_for 'message', nil, :url => { :action => 'create'} do |f|
%p
%b New clarification request
= submit_tag "Post"
%br/
= f.text_area :body, :rows => 5, :cols => 100
%hr/
= render :partial => 'message', :collection => @messages, :locals => {:reply => false}