-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Align dev prettier version with actionsx/prettier, fix formatting and…
… enable quality github action
- Loading branch information
Showing
13 changed files
with
28 additions
and
37 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
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
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
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
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
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
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,6 +1,5 @@ | ||
class ApplicationMailer < ActionMailer::Base | ||
default :from => "Covidliste <[email protected]>", | ||
"X-Auto-Response-Suppress" => "OOF" | ||
default :from => "Covidliste <[email protected]>", "X-Auto-Response-Suppress" => "OOF" | ||
layout "mailer" | ||
|
||
def mail(headers) | ||
|
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,5 +1,4 @@ | ||
class DeviseMailer < Devise::Mailer | ||
default :from => "Covidliste <[email protected]>", | ||
"X-Auto-Response-Suppress" => "OOF" | ||
default :from => "Covidliste <[email protected]>", "X-Auto-Response-Suppress" => "OOF" | ||
layout "mailer" | ||
end |
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,6 +1,5 @@ | ||
class MatchMailer < ApplicationMailer | ||
default :from => "Covidliste <[email protected]>", | ||
"X-Auto-Response-Suppress" => "OOF" | ||
default :from => "Covidliste <[email protected]>", "X-Auto-Response-Suppress" => "OOF" | ||
|
||
def match_confirmation_instructions | ||
@match = params[:match] | ||
|
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,6 +1,5 @@ | ||
class SlotAlertMailer < ApplicationMailer | ||
default :from => "Covidliste <[email protected]>", | ||
"X-Auto-Response-Suppress" => "OOF" | ||
default :from => "Covidliste <[email protected]>", "X-Auto-Response-Suppress" => "OOF" | ||
|
||
include ApplicationHelper | ||
helper ApplicationHelper | ||
|
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,6 +1,5 @@ | ||
class VaccinationCenterMailer < ApplicationMailer | ||
default :from => "Covidliste <[email protected]>", | ||
"X-Auto-Response-Suppress" => "OOF" | ||
default :from => "Covidliste <[email protected]>", "X-Auto-Response-Suppress" => "OOF" | ||
|
||
def confirmed_vaccination_center_onboarding | ||
@tutorial_url = "https://docs.google.com/document/d/10IqYk739dJImngTIsQ7IJbf7RXJRG7drD4dZM_Z4xmI/edit?usp=sharing" | ||
|
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.