Skip to content

Commit

Permalink
Update show.html.slim
Browse files Browse the repository at this point in the history
  • Loading branch information
FreeTrade authored Jun 21, 2016
1 parent 7c795b8 commit 2407c46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/arguments/show.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
| OR
.col-md-9
=form_tag(argument_signatures_path(@argument.id), {remote:true, id:"signature_form"}) do |f|
=text_area("signature", "signature", {style:"font-size:1.5em;width:100%;", placeholder:"Please copy the above statement, sign it with your bitcoin address and paste the signature here", class:"submit_on_edit"})
=text_area("signature", "signature", {style:"font-size:1.5em;width:100%;", placeholder:"Please copy the above statement, sign it with your HOdlcoin address and paste the signature here", class:"submit_on_edit"})
=button_tag "Submit", class:"btn btn-lg btn-success pull-right"
.alert.alert-warning
| Warning:
Expand Down

0 comments on commit 2407c46

Please sign in to comment.