Sha256: b4891e16131b28bc098b85c920810eba8b2a762e82306dc46e6ed96b8fc74236

Contents?: true

Size: 381 Bytes

Versions: 1

Compression:

Stored size: 381 Bytes

Contents

<% title "Instructions" %>

<%= render partial: "siblings/nav", locals: { page: :instructions } %>

<%= simple_table_for @siblings_instructions do |t| %>
  <% t.column :id %>
  <% t.column :name %>
  <% t.column :published_at %>
  <% t.column :created_at %>
  <% t.actions do %>
    <% action { |instruction| link_to "UID", instruction.uid, class: "btn" } %>
  <% end %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
g5_sibling_deployer_engine-0.2.6 app/views/siblings/instructions/index.html.erb