Sha256: cb106fcf5f743799d8e729e9498c43455b0e6e645fe5664a3c0acb7b5691c1bd
Contents?: true
Size: 618 Bytes
Versions: 7
Compression:
Stored size: 618 Bytes
Contents
<% title "Instructions" %> <%= render partial: "siblings/nav", locals: { page: :instructions } %> <table class="table table-striped"> <thead> <tr> <td>Id</td> <td>Name</td> <td>Published at</td> <td>Created at</td> <td>Actions</td> </tr> </thead> <tbody> <% @siblings_instructions.each do |t| %> <tr> <td><%= t.id %></td> <td><%= t.name %></td> <td><%= t.published_at %></td> <td><%= t.created_at %></td> <td> <%= link_to 'UID', t.uid, class: "btn" %> </td> </tr> <% end %> </tbody> </table>
Version data entries
7 entries across 7 versions & 1 rubygems