18F/confidential-survey

View on GitHub
app/views/surveys/_freeform.html.erb

Summary

Maintainability
Test Coverage
<div class="input">
  <%= label_tag "survey[#{question.key}]", question.text %>
  <%= text_field_tag "survey[#{question.key}]" %>
</div>