Sha256: 63376c95e773bf9f84104fcd9aea580ebd7f0246bddddd14e3107811ed33f04a

Contents?: true

Size: 515 Bytes

Versions: 1

Compression:

Stored size: 515 Bytes

Contents

<% title "Siblings" %>

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

<%= simple_table_for @siblings do |t| %>
  <% t.column :id %>
  <% t.column :name %>
  <% t.column :heroku_app_name %>
  <% t.column :git_repo %>
  <% t.column :heroku_repo %>
  <% t.actions do %>
    <% action { |sibling| link_to "UID", sibling.uid, class: "btn" } %>
    <% action { |sibling| sibling.main_app? ? "" :
        link_to("Deploy", deploy_sibling_path(sibling), class: "btn", method: :post) } %>
  <% end %>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

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