Sha256: 79e47172c39128f99da8c810e9484826e088fbe65c94c699050d685f329e8fb2
Contents?: true
Size: 505 Bytes
Versions: 4
Compression:
Stored size: 505 Bytes
Contents
<h2> <%= t('rapidfire.questions.header') -%> </h2> <h3> <%= link_to t('rapidfire.questions.new'), new_survey_question_path(@survey) %> </h3> <h4> <%= link_to t('rapidfire.questions.back'), surveys_path(@survey) %> </h4> <hr/> <table> <colgroup> <col> <col width="250"> </colgroup> <thead> <tr> <th><%= t('rapidfire.questions.question') -%></th> <th></th> </tr> </thead> <tbody> <%= render partial: "question", collection: @questions %> </tbody> </table>
Version data entries
4 entries across 4 versions & 1 rubygems