Sha256: e10b44459cf57ba48ee21ba95ffc0be66b316a24c94e6861c9722a6ddc9c8cd6

Contents?: true

Size: 470 Bytes

Versions: 1

Compression:

Stored size: 470 Bytes

Contents

<div class='title-bar'>
  <h1 class='title-bar__text'><%= "Editing  #{@model.to_s.titleize}" %></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', thing_path(@model, @thing), 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/edit.html.erb