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
File last commit:
Show/Diff file:
Action:
app/views/messages/list.html.haml | 26 lines | 740 B | text/x-haml | HamlLexer |
= user_title_bar(@user)
.announcementbox
%span{:class => 'title'}
How to submit clarification requests
.announcement
%p
:markdown
The clarification requests should be phrased as yes/no questions.
The answers will be one of the following:
(1) **YES**,
(2) <b>NO</b>,
(3) **ANSWERED IN TASK DESCRIPTION (EXPLICITLY OR IMPLICITLY)**,
(4) **INVALID QUESTION**, and
(5) **NO COMMENT**.
- 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}