Some updates to translation engine, added dotenv but have not yet set it up.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
= form_tag user_sessions_path, :method => :post do
|
||||
= field :email, :email_field
|
||||
= field :password, :password_field_tag
|
||||
= actions :sign_in
|
||||
= actions [:sign_in, :facebook_sign_in]
|
||||
|
||||
@@ -4,10 +4,8 @@
|
||||
.columns.medium-6
|
||||
= render 'form'
|
||||
.columns.medium-6
|
||||
%h2
|
||||
Create an Account
|
||||
%h2 #{_ 'user.Create_Account'}
|
||||
%p #{_ 'user.why_register', 'paragraph'}
|
||||
%p
|
||||
#{_ 'user.why_register', 'paragraph'}
|
||||
= link_to 'Login with Facebook', auth_at_provider_path(:provider => :facebook)
|
||||
= render '/users/form'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user