Skip to content

Fixes #7#43

Open
KayvonRanjbar wants to merge 1 commit into
sf-wdi-25:masterfrom
KayvonRanjbar:fix_signin_form
Open

Fixes #7#43
KayvonRanjbar wants to merge 1 commit into
sf-wdi-25:masterfrom
KayvonRanjbar:fix_signin_form

Conversation

@KayvonRanjbar

Copy link
Copy Markdown

The placeholder option just needs a string!

<fieldset>
<div class="form-group">
<%= f.text_field :login, class: 'form-control', placeholder: t('.login'), autofocus: true %>
<%= f.text_field :login, class: 'form-control', placeholder: 'Login', autofocus: true %>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will not merge. This form should also work for non-english speakers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants