mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-03-03 23:31:19 +00:00
Small improvements to warnings and mutes templates (#4)
- Warning reasons after `;warnings user_id` is run is now displayed in a code block for better readability - There is now a space before `This warning was decayed on [...]` after running `;warnings user_id` - Minor wording changes
This commit is contained in:
committed by
GitHub
parent
b2fb63bca9
commit
4433d234be
@@ -7,5 +7,5 @@
|
||||
<#include "warnings_warn_entry_text">
|
||||
<#if warning.warning.decayed>
|
||||
<#assign decayDate>${formatDate(warning.warning.decayDate, "yyyy-MM-dd HH:mm:ss zz")}</#assign>
|
||||
<#include "warnings_warn_is_decayed">
|
||||
<#include "warnings_warn_is_decayed">
|
||||
</#if>
|
||||
Reference in New Issue
Block a user