parent
a8b94c13f3
commit
22cc5e4f14
12 changed files with 190 additions and 13 deletions
6
app/views/admin/photos/edit.html.haml
Normal file
6
app/views/admin/photos/edit.html.haml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
%h1 Editing Photo
|
||||
|
||||
= semantic_form_for @photo, url: admin_conference_photo_path(conference_id: @conference.short_title, id: @photo.id) do |f|
|
||||
= render 'form', f: f
|
||||
|
||||
= link_to 'Back', admin_conference_photos_path
|
||||
Loading…
Add table
Add a link
Reference in a new issue