Skip to content

Commit

Permalink
close #77 for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Oct 1, 2016
1 parent b816717 commit 5ac94e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blog.moon
Expand Up @@ -238,7 +238,7 @@ class extends lapis.Application
option value: Posts.statuses[status], status
br!
--input type: "hidden", name: "slug", value: post.slug -- is this really needed?
input class: "pure-button", type: "submit", "Save"
input class: "pure-button", type: "submit", value: "Save"
a class: "pure-button", href: @url_for("blog_drafts"), "Drafts"
a class: "pure-button", href: @url_for("blog_new"), "New Post"
else
Expand Down

0 comments on commit 5ac94e7

Please sign in to comment.