mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-02-15 01:02:48 +00:00
* Improve e-mail base design * Refine e-mail design * Adjust e-mail snapshots * Avoid early html encoding for all parameters in locals * Avoid early html encoding for all '= t()' * Avoid early html encoding for the remaining '='
8 lines
175 B
Plaintext
8 lines
175 B
Plaintext
extend ../layout.pug
|
|
|
|
block content
|
|
.content
|
|
- var groupUrl = groupUrl
|
|
p!= t('changedGroupMemberRole', { groupName })
|
|
a.button(href=groupUrl)!= t('buttons.viewGroup')
|