From 10c6417874129f03f3d2125c5df460865bad2797 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 1 May 2014 17:02:37 -0400 Subject: clean up grep-able issues in forms (mostly using

instead of

) --- app/views/sessions/new.html.erb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'app/views/sessions/new.html.erb') diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index 97f09b6..10adced 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -9,17 +9,17 @@ try again.

<% end %> -

+

<%= label_tag(:username_or_email, "Username/Email") %>
<%= text_field_tag(:username_or_email) %> -

-

+

+
<%= label_tag(:password) %>
<%= password_field_tag(:password) %> -

-

+

+
<%= submit_tag("Log in", class: :signin) %> -

+
<% end %>

New user? <%= link_to("Sign up now!", new_user_path) %>

-- cgit v1.2.3