From e47e83cf6bded3d1924b4d500193e7876833ef83 Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Sun, 2 Jul 2017 13:03:43 -0400 Subject: Created admin panel Currently allows you to create and edit blogs, including associated records. Uses a WYSIWYG editor that allows uploading images. Also included jQuery :( --- app/views/entries/edit.html.haml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 app/views/entries/edit.html.haml (limited to 'app/views/entries/edit.html.haml') diff --git a/app/views/entries/edit.html.haml b/app/views/entries/edit.html.haml deleted file mode 100644 index 1872366..0000000 --- a/app/views/entries/edit.html.haml +++ /dev/null @@ -1,11 +0,0 @@ -= form_for @entry, url: @entry.path do |f| - .field - = f.label :title - = f.text_field :title - .field - = f.label :body - = f.text_area :body - .field - = f.label :slug - = f.text_field :slug - = f.submit -- cgit 1.4.1