-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #285 from fnf-org/mfl/help-links
added links for support
- Loading branch information
Showing
5 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
1.3.9 | ||
1.3.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,17 +10,19 @@ | |
%p= link_to "Sign in", new_session_path(resource_name) | ||
- if devise_mapping.registerable? && controller_name != 'registrations' | ||
%p= link_to "Register an account", new_registration_path(resource_name) | ||
%p= link_to "Register an account.", new_registration_path(resource_name) | ||
- if devise_mapping.recoverable? && controller_name != 'passwords' && controller_name != 'registrations' | ||
%p= link_to "Forgot your password?", new_password_path(resource_name) | ||
- if devise_mapping.confirmable? && controller_name != 'confirmations' | ||
%p= link_to "Resend account email confirmation instructions", new_confirmation_path(resource_name) | ||
%p= link_to "Resend account email confirmation instructions.", new_confirmation_path(resource_name) | ||
- if devise_mapping.lockable? && resource_class.unlock_strategy_enabled?(:email) && controller_name != 'unlocks' | ||
%p= link_to "My account is locked! Please send me instructions to unlock my account!", new_unlock_path(resource_name) | ||
%p= link_to "My account is locked. Send me instructions to unlock my account.", new_unlock_path(resource_name) | ||
- if devise_mapping.omniauthable? | ||
- resource_class.omniauth_providers.each do |provider| | ||
%p= button_to "Sign in with #{OmniAuth::Utils.camelize(provider)}", omniauth_authorize_path(resource_name, provider), data: { turbo: false } | ||
|
||
= mail_to '[email protected]', 'Help! - Email the Ticket Booth support team.', subject: 'Ticket Booth Support' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -54,4 +54,7 @@ | |
| Rails #{Rails.version} | ||
| Ruby #{RUBY_VERSION} | ||
| #{Rails.env.to_s.capitalize} Env | ||
| | ||
= mail_to '[email protected]', 'Ticket Booth Support', subject: 'Ticket Booth Support' | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,6 +8,7 @@ | |
%h4 Ticket Request for #{@user.name} | ||
- else | ||
%h5 Please log-in or register to request tickets | ||
= mail_to '[email protected]', 'Ticket Booth Support', subject: 'Ticket Booth Support' | ||
.card-body | ||
= render 'shared/form_errors', resource: @ticket_request | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters