Editing title of photos

This commit is contained in:
Brenda Wallace
2017-04-16 21:05:24 +12:00
committed by Shiny
parent 93f6b65d8d
commit 4d07cf80fa

View File

@@ -1,2 +1,5 @@
- content_for :title, "Edit Photo"
= form_for(@photo) do |f|
= f.label :title
= f.text_field :title, placeholder: "title"
= f.submit