Sha256: 7c3e55534181da4f5955587071d9df0acf1894ef51f21f9278412e06de1d1e17
Contents?: true
Size: 352 Bytes
Versions: 5
Compression:
Stored size: 352 Bytes
Contents
<h2> Questions <%= link_to "New Question", new_question_group_question_path(@question_group) %> </h2> <hr/> <table> <colgroup> <col> <col width="250"> </colgroup> <thead> <tr> <th>Question</th> <th></th> </tr> </thead> <tbody> <%= render partial: "question", collection: @questions %> </tbody> </table>
Version data entries
5 entries across 5 versions & 2 rubygems