Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Neff <benjamin@coding4coffee.ch>2022-07-11 05:24:01 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2022-07-16 05:22:51 +0300
commita9ae84f3a6b269247c68c172548b186bb643bf60 (patch)
tree086d0a3196f01eb1fb5ea50ffd6fe7d5737dc91b /app/views/users/export_photos_failure_email.markerb
parent6cea355636b7fd8a4d1570807f77762eaccb23e0 (diff)
Remove markerb dependency
markerb is dead and isn't compatible with rails 6 anymore. Removing it means adding separate templates for text and html, this sadly means some code duplication, but also luckily the templates aren't that complicated, so the duplication is also very minimal.
Diffstat (limited to 'app/views/users/export_photos_failure_email.markerb')
-rw-r--r--app/views/users/export_photos_failure_email.markerb1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/views/users/export_photos_failure_email.markerb b/app/views/users/export_photos_failure_email.markerb
deleted file mode 100644
index 2067327c9..000000000
--- a/app/views/users/export_photos_failure_email.markerb
+++ /dev/null
@@ -1 +0,0 @@
-<%= t('notifier.export_photos_failure_email.body', name: @user.first_name) %>