runtimerevolution/survey

View on GitHub
lib/generators/templates/survey_views/_option_fields.html.erb

Summary

Maintainability
Test Coverage
<li>
  <div class="field">
    <%= f.label :text %> <br/ >
    <%= f.text_field :text %>
    <%= f.check_box :correct %>
    <%= f.label :correct %>
    <%= link_to_remove_field "Remove", f %>
  </div>
</li>