about summary refs log tree commit diff stats
path: root/app/views/entries/edit.html.haml
blob: 18723663f6876139125f8f07fcb2e9d29e77827c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
= 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