mirror of
https://github.com/astuto/astuto.git
synced 2025-12-15 19:27:52 +01:00
Fix mailers for post and comment notifications (#293)
This commit is contained in:
committed by
GitHub
parent
1d6c5fd947
commit
7966e80421
@@ -1,7 +1,7 @@
|
||||
<p>
|
||||
<%= t('mailers.user.notify_followers_of_post_status_change.body', post: @post) %>
|
||||
<span style='background-color: <%= @post.post_status.color %>; color: white;'%>>
|
||||
<%= @post.post_status.name %>
|
||||
<%= t('mailers.user.notify_followers_of_post_status_change.body', post: @post.title) %>
|
||||
<span style='color: white; border-radius: 10rem; padding: 0.5rem; background-color: <%= @post.post_status.color %>;'>
|
||||
<%= @post.post_status.name.upcase %>
|
||||
</span>
|
||||
</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user