From 94525f5e45b04b4422a0e85add94ef2ffb105401 Mon Sep 17 00:00:00 2001 From: movilla Date: Thu, 30 Aug 2012 15:55:54 +0200 Subject: [PATCH 1/2] Issue #3523: Overflow text username in Duych - maybe several language- --- app/views/sessions/new.html.erb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index 8e1904575..9f80417b7 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -10,22 +10,22 @@ <%= form_for(resource, :as => resource_name, :url => session_path(resource_name), :html => {:class => "form-horizontal block-form"}, :autocomplete => 'off') do |f| %>
-
-
From 6a32bdd570f7ca171cf393d084144683566e0191 Mon Sep 17 00:00:00 2001 From: movilla Date: Thu, 30 Aug 2012 16:03:35 +0200 Subject: [PATCH 2/2] Issue #3523: Overflow text username in Duych - maybe several language-_ --- app/views/sessions/new.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/sessions/new.html.erb b/app/views/sessions/new.html.erb index 9f80417b7..0738df8fb 100644 --- a/app/views/sessions/new.html.erb +++ b/app/views/sessions/new.html.erb @@ -15,7 +15,7 @@
- <%= f.text_field :username, :required => true, :pattern => "[A-Za-z0-9_.@\-]+", :autocapitalize => "off", :autocorrect => "off", :autofocus => true, :style => "width: 60%;", :autofocus => "autofocus" %> + <%= f.text_field :username, :required => true, :pattern => "[A-Za-z0-9_.@\-]+", :autocapitalize => "off", :autocorrect => "off", :autofocus => true, :style => "width: 60%;" %>