Sha256: 2d22a38dcd24c6eaface721767dbade77c26f644036fb73360ecda70b41f0919
Contents?: true
Size: 520 Bytes
Versions: 6
Compression:
Stored size: 520 Bytes
Contents
<%= simple_fields_for 'question', @questions do |f| %> Columns: <span class="grid_textbox_hint">add each column as a new line</span><br/> <%= f.input :grid_columns_textbox, :as => :text, :wrapper_html => {:class=>'answers_collection'}, :label => false %> <br/><br/> Rows: <span class="grid_textbox_hint">add each row as a new line</span><br/> <%= f.input :grid_rows_textbox, :as => :text, :wrapper_html => {:class=>'answers_collection'}, :label => false %> <%= render "answer_options", f: f %> <% end -%>
Version data entries
6 entries across 6 versions & 2 rubygems