Show More
Commit Description:
hides deleted user name from messages
Commit Description:
hides deleted user name from messages
References:
File last commit:
Show/Diff file:
Action:
app/views/messages/list.html.haml
| 26 lines
| 735 B
| text/x-haml
| HamlLexer
|
|
r102 | = user_title_bar(@user) | ||
|
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**. | ||||
|
r102 | |||
|
r322 | = form_for 'message', :url => { :action => 'create'} do |f| | ||
|
r102 | %p | ||
|
r106 | %b New clarification request | ||
|
r102 | = submit_tag "Post" | ||
%br/ | ||||
= f.text_area :body, :rows => 5, :cols => 100 | ||||
%hr/ | ||||
= render :partial => 'message', :collection => @messages, :locals => {:reply => false} | ||||