app/views/almanac/posts/_form.html.haml in almanac-0.4.5 vs app/views/almanac/posts/_form.html.haml in almanac-0.5.0
- old
+ new
@@ -35,9 +35,12 @@
.span6
.field
= f.label :written_at, "Timestamp"
= f.text_field :written_at, :class => "datepicker"
.field
+ = f.label :slug, "Post Slug"
+ = f.text_field :slug, :placeholder => "Auto-filled"
+ .field
= f.label :excerpt, "Excerpt"
= f.text_area :excerpt, :placeholder => "This is where you can put a summary of your post. You can use Markdown here. It's not required.", :rows => 2
.field
= f.label :body, "Main Content"
= f.text_area :body, :placeholder => "This is where your post goes. You can use markdown here."
\ No newline at end of file