FIX: makes top dash titles clickable (#6120)
This commit is contained in:
parent
64f0cf425b
commit
711df31a9d
|
@ -4,7 +4,11 @@
|
|||
<div class="community-health section">
|
||||
<div class="period-section">
|
||||
<div class="section-title">
|
||||
<h2>{{i18n "admin.dashboard.community_health"}}</h2>
|
||||
<h2>
|
||||
<a href="/admin/reports">
|
||||
{{i18n "admin.dashboard.community_health"}}
|
||||
</a>
|
||||
</h2>
|
||||
{{period-chooser period=period action="changePeriod" content=availablePeriods fullDay=true}}
|
||||
</div>
|
||||
|
||||
|
|
|
@ -4,7 +4,11 @@
|
|||
|
||||
<div class="moderators-activity section">
|
||||
<div class="section-title">
|
||||
<h2>{{i18n "admin.dashboard.moderators_activity"}}</h2>
|
||||
<h2>
|
||||
<a href="/admin/reports/moderators_activity">
|
||||
{{i18n "admin.dashboard.moderators_activity"}}
|
||||
</a>
|
||||
</h2>
|
||||
{{period-chooser
|
||||
period=period
|
||||
action="changePeriod"
|
||||
|
|
Loading…
Reference in New Issue