Added different favicons for each environment and cleaned up files
This commit is contained in:
parent
cb1ec59b8d
commit
23d9f513da
BIN
app/assets/images/favicon-development.ico
Normal file
BIN
app/assets/images/favicon-development.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
BIN
app/assets/images/favicon-preview.ico
Normal file
BIN
app/assets/images/favicon-preview.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
6
app/views/application/_login.html.haml
Normal file
6
app/views/application/_login.html.haml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
- dest ||= nil
|
||||||
|
= form_tag do_confirm_path, class: 'flex-form' do
|
||||||
|
= hidden_field_tag :dest, settings_path if dest.present?
|
||||||
|
= emailfield :email, nil, big: true
|
||||||
|
= button_tag :continue, :value => :confirm_email
|
||||||
|
= link_to (_'forms.actions.generic.facebook_sign_in','Facebook Sign In'), auth_at_provider_path(provider: :facebook, dest: dest), class: [:button, :facebook]
|
Loading…
x
Reference in New Issue
Block a user