Skip to content

Commit

Permalink
Use double quotes instead on single quotes
Browse files Browse the repository at this point in the history
 Fix Code style issue diaspora#6449
  • Loading branch information
sarithats committed Oct 15, 2015
1 parent 4bf9ca7 commit 7b698ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/sessions/new.html.haml
Expand Up @@ -34,7 +34,7 @@
aria: {labelledby: "passwordLabel"}

= f.hidden_field :remember_me, value: 1
= f.submit t('devise.sessions.new.sign_in'), class: 'btn btn-large btn-block btn-primary'
= f.submit t("devise.sessions.new.sign_in"), class: "btn btn-large btn-block btn-primary"

.text-center
- if display_password_reset_link?
Expand Down

0 comments on commit 7b698ff

Please sign in to comment.