Sha256: d1685f647611f93ef0f583c8ec209f504fea3db24f9447e736ed267d8270d9c5
Contents?: true
Size: 401 Bytes
Versions: 1
Compression:
Stored size: 401 Bytes
Contents
<% title "Deploys" %> <%= render partial: "siblings/nav", locals: { page: :deploys } %> <%= simple_table_for @siblings_deploys do |t| %> <% t.column :id %> <% t.column :created_at %> <% t.column :heroku_app_name %> <% t.column :state %> <% t.column :git_repo %> <% t.column :heroku_repo %> <% t.column :sibling_id %> <% t.column :instruction_id %> <% t.column :manual %> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
g5_sibling_deployer_engine-0.2.6 | app/views/siblings/deploys/index.html.erb |