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

Version Path
g5_sibling_deployer_engine-0.7.0 app/views/siblings/instructions/index.html.erb
g5_sibling_deployer_engine-0.6.3 app/views/siblings/instructions/index.html.erb
g5_sibling_deployer_engine-0.6.2 app/views/siblings/instructions/index.html.erb
g5_sibling_deployer_engine-0.6.1 app/views/siblings/instructions/index.html.erb
g5_sibling_deployer_engine-0.5.0 app/views/siblings/instructions/index.html.erb
g5_sibling_deployer_engine-0.4.2 app/views/siblings/instructions/index.html.erb
g5_sibling_deployer_engine-0.4.1 app/views/siblings/instructions/index.html.erb