mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed logic for displaying recent mentions dashboard widget
refs https://github.com/TryGhost/Team/issues/2481
This commit is contained in:
parent
acf2ab2d22
commit
0f925dde8c
1 changed files with 3 additions and 1 deletions
|
@ -73,7 +73,9 @@
|
|||
|
||||
<div class="gh-dashboard-recents-mentions {{if (feature 'webmentions') "gh-dashboard-split"}}">
|
||||
<Dashboard::Charts::Recents />
|
||||
<Dashboard::Charts::Mentions />
|
||||
{{#if (feature 'webmentions')}}
|
||||
<Dashboard::Charts::Mentions />
|
||||
{{/if}}
|
||||
</div>
|
||||
|
||||
<div class="gh-dashboard-split gh-dashboard-box is-secondary">
|
||||
|
|
Loading…
Add table
Reference in a new issue