Sha256: c5880e23e6757a77024b921b02c18a6ca0ef86fdb34ba186aa942074eafdb0e8

Contents?: true

Size: 205 Bytes

Versions: 7

Compression:

Stored size: 205 Bytes

Contents

<h1>Editing <%= @model.to_s.titleize %></h1>

<%= link_to 'Back', things_path(@model) %>

<%= form_for([:admin, @thing]) do |form| %>
  <%= render 'form', f: form %>
  <%= form.button :submit %>
<% end %>

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
ceo-0.1.7 app/views/admin/new.html.erb
ceo-0.1.6 app/views/admin/new.html.erb
ceo-0.1.5 app/views/admin/new.html.erb
ceo-0.1.4 app/views/admin/new.html.erb
ceo-0.1.3 app/views/admin/new.html.erb
ceo-0.1.2 app/views/admin/new.html.erb
ceo-0.1.1 app/views/admin/new.html.erb