From c650bee03937bd0e741e701f1fe0bfe5cf8e040e Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 12 Aug 2018 07:10:16 -0400 Subject: Add link entry type --- app/views/admin/links/new.html.haml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 app/views/admin/links/new.html.haml (limited to 'app/views/admin/links/new.html.haml') 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 @@ +- title "New link" += form_for @link, url: admin_links_url, html: { id: "entry-form" } do |f| + = render partial: "form", locals: { f: f } -- cgit 1.4.1