Sha256: 0dbf183a66365bc52f9e0831bee680d0be1f87e41d3f429e9464e54f59be3b67
Contents?: true
Size: 388 Bytes
Versions: 5
Compression:
Stored size: 388 Bytes
Contents
<h2> Question Groups <% if can_administer? %> <%= link_to "New Group", new_question_group_path %> <% end %> </h2> <hr/> <table> <colgroup> <col> <col width="250"> </colgroup> <thead> <tr> <th>Question Group</th> <th></th> </tr> </thead> <tbody> <%= render partial: "question_group", collection: @question_groups %> </tbody> </table>
Version data entries
5 entries across 5 versions & 2 rubygems