mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 11:17:49 +01:00
Fix syntax error in views/devise/unlocks/new.html.erb (#257)
This commit is contained in:
committed by
GitHub
parent
d2d7838926
commit
2c4a531933
@@ -7,7 +7,7 @@
|
||||
<%= f.label :email, class: "sr-only" %><br />
|
||||
<%= f.email_field :email,
|
||||
autofocus: true,
|
||||
autocomplete: "email"
|
||||
autocomplete: "email",
|
||||
placeholder: t('common.forms.auth.email') %>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user