mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-26 11:21:23 +00:00
[AB-343] changing suggestion notification to contain a link button instead of having the link within the text
This commit is contained in:
@@ -6,5 +6,15 @@
|
|||||||
<#assign agreements=suggestionInfo.agreements>
|
<#assign agreements=suggestionInfo.agreements>
|
||||||
<#assign disagreements=suggestionInfo.disagreements>
|
<#assign disagreements=suggestionInfo.disagreements>
|
||||||
<#include "abstracto_color"/>,
|
<#include "abstracto_color"/>,
|
||||||
"description": "<@safe_include "suggestionReminderJob_description"/>"
|
"description": "<@safe_include "suggestionReminderJob_description"/>",
|
||||||
|
"buttons": [
|
||||||
|
{
|
||||||
|
"label": "<@safe_include "suggestionReminderJob_jump_button_label"/>",
|
||||||
|
"url": "${suggestionLink?json_string}",
|
||||||
|
"buttonStyle": "link",
|
||||||
|
"metaConfig": {
|
||||||
|
"persistCallback": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
@@ -1,2 +1,2 @@
|
|||||||
Suggestion ${suggestionId} is due. It was created at ${suggestionDate} and can be found [here](${suggestionLink}).
|
Suggestion ${suggestionId} is due. It was created at ${suggestionDate}.
|
||||||
Agreeing members: ${agreements}. Disagreeing members: ${disagreements}.
|
Agreeing members: ${agreements}. Disagreeing members: ${disagreements}.
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
Link
|
||||||
Reference in New Issue
Block a user