Sha256: cb17114100851ef75b6f355b3eed71288671e9aa7a1af9611f5f3a2c246d1d35

Contents?: true

Size: 227 Bytes

Versions: 6

Compression:

Stored size: 227 Bytes

Contents

<!-- Tack a number onto questions, e.g. "3) What is your name?" but don't do it for labels -->
<% if question_type.id != :label -%>
  <span class="questions">
    <%= (@question_no.to_s+ ') ' + text.to_s)%>
  </span>
<% end %>

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
upgrade_surveyor_gui-0.1.3 app/views/surveyor_gui/surveyforms/_question_name_and_number.html.erb
upgrade_surveyor_gui-0.1.2 app/views/surveyor_gui/surveyforms/_question_name_and_number.html.erb
surveyor_gui-0.1.2 app/views/surveyor_gui/surveyforms/_question_name_and_number.html.erb
surveyor_gui-0.1.1 app/views/surveyor_gui/surveyforms/_question_name_and_number.html.erb
surveyor_gui-0.1.0 app/views/surveyor_gui/surveyforms/_question_name_and_number.html.erb
surveyor_gui-0.0.3 app/views/surveyforms/_question_name_and_number.html.erb