diff options
Diffstat (limited to 'app/views/entries/edit.html.haml')
-rw-r--r-- | app/views/entries/edit.html.haml | 11 |
1 files changed, 0 insertions, 11 deletions
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 @@ | |||
1 | = form_for @entry, url: @entry.path do |f| | ||
2 | .field | ||
3 | = f.label :title | ||
4 | = f.text_field :title | ||
5 | .field | ||
6 | = f.label :body | ||
7 | = f.text_area :body | ||
8 | .field | ||
9 | = f.label :slug | ||
10 | = f.text_field :slug | ||
11 | = f.submit | ||