Skip to content

Commit

Permalink
Update _form.html.slim
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeTrade authored Jun 21, 2016
1 parent 756b8ec commit 8f83c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/arguments/_form.html.slim
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= form_for @argument, html: { class: "form form-vertical argument" } do |f|
.form-group
p Please keep the statement short and simple, e. g. "God exists".
p When users vote on it, the prefix "I believe that " or "I doubt that " will be added depending on their choice.
p When users vote on it, the prefix "We HOdl " or "We do not HOdl " will be added depending on their choice.
.controls
= f.text_field :statement, :class => 'form-control', placeholder: "Your statement"
= f.error_span(:statement)
Expand Down

0 comments on commit 8f83c64

Please sign in to comment.