mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
Conflicts: app/models/content_types/character.rb app/models/user.rb app/views/content/_form.html.erb app/views/content/form/_text_input.html.erb app/views/content/index.html.erb app/views/content/list/_list.html.erb app/views/content/show.html.erb app/views/items/edit.html.erb app/views/items/new.html.erb app/views/locations/edit.html.erb app/views/locations/new.html.erb app/views/universes/edit.html.erb app/views/universes/new.html.erb config/locales/en.yml config/routes.rb db/schema.rb
6 lines
184 B
Plaintext
6 lines
184 B
Plaintext
<%= form_for @content do |form| %>
|
|
<%= render partial: 'content/form', locals: { f: form, content: @content } %>
|
|
<% end %>
|
|
|
|
<%= render 'attribute_fields/modal', content: @content %>
|