Commit a27b64785e78a3f69af1467d66962f5a77324ed3

Authored by Fernando Brito
1 parent d86dd374
Exists in master and in 2 other branches v2, wikilibras

Fix button style

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/views/devise/sessions/new.html.haml
... ... @@ -8,7 +8,7 @@
8 8 = f.input :email, :autofocus => true
9 9 = f.input :password, :label => "Senha", :required => false
10 10 = f.input :remember_me, :label => "Lembre-me da senha", :as => :boolean if devise_mapping.rememberable?
11   - = f.button :submit, "Entrar", :class => 'btn-primary'
  11 + = f.button :submit, "Entrar", :class => 'btn btn-primary'
12 12 = render "devise/shared/links"
13 13  
14 14  
... ...