Sha256: cb0bc9128113f446f460634236fe8e13df575c1fa076239ca8ebfd3a222a7d8d

Contents?: true

Size: 201 Bytes

Versions: 7

Compression:

Stored size: 201 Bytes

Contents

<h1>New <%= @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/edit.html.erb
ceo-0.1.6 app/views/admin/edit.html.erb
ceo-0.1.5 app/views/admin/edit.html.erb
ceo-0.1.4 app/views/admin/edit.html.erb
ceo-0.1.3 app/views/admin/edit.html.erb
ceo-0.1.2 app/views/admin/edit.html.erb
ceo-0.1.1 app/views/admin/edit.html.erb