Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sign-in form displays raw span html in input fields #17

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Sign-in form displays raw span html in input fields #17

wants to merge 1 commit into from

Conversation

jamesdlc
Copy link

@jamesdlc jamesdlc commented Sep 2, 2016

Issue #7

changed placeholders to "Login"and "Password"

@@ -5,11 +5,11 @@
<%= form_for(resource, as: resource_name, url: session_path(resource_name)) do |f| %>
<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 %>

Choose a reason for hiding this comment

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

Hard-coding "Login" does not conform to our i18n guidelines. Our blogging platform needs to support an international audience of non-english language 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.

3 participants