mirror of
https://github.com/Sheldan/abstracto-templates.git
synced 2026-01-02 07:44:22 +00:00
[AB-xxx] adding leaderboard button to leaderboard response
This commit is contained in:
@@ -21,4 +21,14 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
<#if leaderboardUrl?has_content>
|
||||
,"buttons": [
|
||||
{
|
||||
"label": "<@safe_include "leaderboard_leaderboard_button_label"/>",
|
||||
<#assign leaderboardUrl=leaderboardUrl>
|
||||
"url": "${leaderboardUrl}",
|
||||
"buttonStyle": "link"
|
||||
}
|
||||
]
|
||||
</#if>
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
Leaderboard
|
||||
Reference in New Issue
Block a user