Skip to content

Commit

Permalink
Merge pull request #3749 from benwbrum/2815-try-3
Browse files Browse the repository at this point in the history
add view and fix spelling mistake
  • Loading branch information
saracarl authored Aug 18, 2023
2 parents 62253b1 + a27bde5 commit 5a82d10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/mailers/admin_mailer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def weekly_trial_cohort(file)

def weekly_transcriber_cohort(file)
attachments.inline["weekly_transcriber_cohort.csv"] = File.read(file)
mail(from: SENDING_EMAIL_ADDRESS, to: ADMIN_EMAILS, subject: "Weekly Transicriber Cohort")
mail(from: SENDING_EMAIL_ADDRESS, to: ADMIN_EMAILS, subject: "Weekly Transcriber Cohort")
end

class OwnerCollectionActivity
Expand Down
2 changes: 2 additions & 0 deletions app/views/admin_mailer/weekly_transcriber_cohort.html.slim
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
h1 Weekly Transcriber Cohort
p The weekly transcriber cohorts including last week are attached.

0 comments on commit 5a82d10

Please sign in to comment.