Show More
Commit Description:
hides deleted user name from messages
Commit Description:
hides deleted user name from messages
File last commit:
Show/Diff file:
Action:
app/views/messages/list.html.haml | 26 lines | 735 B | text/x-haml | HamlLexer |
jittat
[web] added message feature...
r102 = user_title_bar(@user)
jittat
[web] normalize full_score to 100, more hints on how to submit questions, hint on the disabling to test interface during the last 30 minutes...
r125 .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**.
jittat
[web] added message feature...
r102
Jittat Fakcharoenphol
fixed javascript/css assets, fixed link_to_remote in problems page
r322 = form_for 'message', :url => { :action => 'create'} do |f|
jittat
[web] added message feature...
r102 %p
jittat
[web] import from site...
r106 %b New clarification request
jittat
[web] added message feature...
r102 = submit_tag "Post"
%br/
= f.text_area :body, :rows => 5, :cols => 100
%hr/
= render :partial => 'message', :collection => @messages, :locals => {:reply => false}