about summary refs log tree commit diff stats
path: root/app/views/admin/links/edit.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/links/edit.html.haml')
-rw-r--r--app/views/admin/links/edit.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/admin/links/edit.html.haml b/app/views/admin/links/edit.html.haml new file mode 100644 index 0000000..1c6c529 --- /dev/null +++ b/app/views/admin/links/edit.html.haml
@@ -0,0 +1,3 @@
1- title "Editing #{@link.title}"
2= form_for @link, url: admin_link_url(@link), html: { id: "entry-form" } do |f|
3 = render partial: "form", locals: { f: f }