diff --git a/app/views/layouts/_social_icons.html.erb b/app/views/layouts/_social_icons.html.erb index 6c479204df..e5e8684920 100644 --- a/app/views/layouts/_social_icons.html.erb +++ b/app/views/layouts/_social_icons.html.erb @@ -1,28 +1,28 @@
- +
- + - + - + - +
- +
@@ -38,7 +38,7 @@ font-family:"Junction Light", lucida grande,lucida sans console,sans-serif; font-weight:normal; } - + div.hr-or:before { content: 'OR'; padding:5px; diff --git a/app/views/users/_create_form.html.erb b/app/views/users/_create_form.html.erb index 9699822973..03bd9c52f3 100644 --- a/app/views/users/_create_form.html.erb +++ b/app/views/users/_create_form.html.erb @@ -21,7 +21,7 @@
- + <%= f.text_field :username, { tabindex: 1, placeholder: "Username", class: 'form-control', id: 'username-signup' } %>
@@ -35,9 +35,10 @@
- + Profile Photo
+ @@ -48,7 +49,7 @@
- + <%= f.password_field :password, { placeholder: 'Enter your new password', tabindex: 4, class: 'form-control', @@ -59,7 +60,7 @@
- + <%= f.password_field :password_confirmation, { placeholder: I18n.t('users._form.confirm_password'), tabindex: 5, class: 'form-control', @@ -72,10 +73,11 @@
- + <%= f.text_area :bio, { placeholder: I18n.t('users._form.add_bio'), rows: 8, class: 'form-control', + id: 'user-bio', tabindex: 6 } %>
diff --git a/app/views/users/_spamaway.html.erb b/app/views/users/_spamaway.html.erb index 72642f10cd..48de688921 100644 --- a/app/views/users/_spamaway.html.erb +++ b/app/views/users/_spamaway.html.erb @@ -2,9 +2,7 @@
-

<%= translation('users._form.spam_filtering') %>

@@ -16,6 +14,7 @@
<% [0,1].each_with_index do |s, j| %><% statement = turingtest[i][s] %> <% end %> @@ -27,7 +26,6 @@
- <%= spam.text_area :follow_instructions, { class: "form-control col-lg-6", rows: 8, tabindex: 7,