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

FIXED ISSUE: (Sign-in form displays raw span html in input fields) #25

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

tgrahams101
Copy link

Issue number #7

@@ -1,11 +1,11 @@
<% unless sidebar.archives.blank? %>
<h3 class="sidebar_title"><%= sidebar.title %></h3>
<div class="sidebar_body">
<h3 class="sidebar-title"><%= sidebar.title %></h3>

Choose a reason for hiding this comment

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

How is this change relevant to the bug fix?

@@ -6,11 +6,11 @@
<%= devise_error_messages! %>

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

Choose a reason for hiding this comment

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

The publify platform needs to be useable by an international audience of non-english speakers. Please do not remove placeholder text!

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