Tidy up some text around logins and proposals

This commit is contained in:
Michael Ball 2020-06-04 02:04:07 -07:00
parent 7d8245fa68
commit ce3f9e422a
4 changed files with 25 additions and 19 deletions

View file

@ -5,7 +5,8 @@
= link_to "user_#{provider}_omniauth_authorize".to_sym, class: "btn btn-success btn-lg",
id: "omniauth-#{provider}",
title: "Your #{provider} login" do
%i{class: "fa fa-#{provider}"}
-# %i{class: "fa fa-#{provider}"}
= provider.capitalize
- else
= link_to("user_#{provider}_omniauth_authorize".to_sym,
class: "btn btn-success btn-lg",

View file

@ -1,4 +1,8 @@
- unless current_user
%p
%strong Create an account directly for Snap!Con, or sign in using Google.
%p
Snap!Con uses a different account system, but please use the same username or email address if possible. (We're working on improving this!)
= semantic_fields_for @user do |u|
= u.input :username, input_html: { required: 'required', autocomplete: 'off' }
= u.input :email, input_html: { required: 'required', autocomplete: 'off' }