Skip to content

Commit

Permalink
Fixed address form layout
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmike committed May 4, 2014
1 parent ebe459a commit 67270de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/users/show.html.haml
Expand Up @@ -10,13 +10,13 @@
%p
%strong E-mail
%p= @user.email
= form_for @user, html: {role: 'form', class: 'form-inline'} do |f|
= form_for @user, html: {role: 'form'} do |f|
- if @user.errors.size > 0
.alert.alert-danger Peercoin address is invalid.
.form-group
= f.label :bitcoin_address
= f.text_field :bitcoin_address, class: 'form-control', placeholder: 'Your peercoin address'
= f.button :update, class: 'btn btn-default'
= f.button "Update", class: 'btn btn-default'

- if @user.balance > 0
.send-tips-back-block
Expand Down

0 comments on commit 67270de

Please sign in to comment.