Report abuse

1
2
3
4
5
6
7
8
9
10
11
12
13
end -%>
      </ol>
      <h3>Submit a New Question:</h3>
    </div>
  <% end -%>
  <p><label for="question_subject">Question:</label>
    <%= text_field 'question', 'subject', :maxlength => 60, :class => 'text' %></p>
  <p><label for="question_text">Detail:</label>
    <%= text_area 'question', 'text' %></p>
  <p class="check"><%= check_box_tag 'question[enable_notifications]', 1, true, :id => 'question_enable_notifications' %>
    <label for="question_enable_notifications">Stay notified to answers by email</label></p>
  <% if @tags && @tags.size > 0 -%>
    <p class="tags no_label"><strong>Tags:</strong