Sha256: d727eb3e43f1d989e8d5e0fd41ba3f7c2a322e282950a7cab207d4770d1464d2
Contents?: true
Size: 455 Bytes
Versions: 1
Compression:
Stored size: 455 Bytes
Contents
<div class='title-bar'> <h1 class='title-bar__text'><%= "New #{@thing_model}" %></h1> </div> <%= simple_form_for ([:admin, @thing]), { wrapper: :ceo } do |form| %> <%= render 'form', f: form %> <div class="list__item list__item--form"> <%= link_to "Cancel", things_path(@thing_model), class: 'button', data: { confirm: "Are you sure? Nothing in this form will be saved." } %> <%= form.button :submit, class: 'button' %> </div> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ceo-0.2.0 | app/views/admin/new.html.erb |