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