summaryrefslogtreecommitdiffstats
path: root/utils/html_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Break HTML blocks to individual strings (#8903)Yusuke Nemoto2018-07-201-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Modifying message and templates about mfa_change * Modifying message and templates about password_change * Modify message and template about password_reset * Modify message and template about singin_change * Modify message and template about email_info * Modify message and template about change_username * Modify message about change_email * Add missing props * Add argument * Modify message and template about token_added * Modify messages and template about notification_email * Modify message and template about deactivate_email * Fix style * Remove unused message * Remove br tags * Modify message and code about invite_mail * Add missing message
* refactor template code (#7860)Chris2017-11-201-32/+126
|
* PLT-7522 Cleaned up translation of templates (#7351)Harrison Healey2017-09-051-0/+53
* PLT-7522 Cleaned up translation of templates * Added unit tests * Changed TranslateAsHtml to not be variadic