2018-05-14 11:07:59 +08:00
|
|
|
{{plugin-outlet name="admin-dashboard-top"}}
|
|
|
|
|
2018-06-12 18:47:03 +08:00
|
|
|
{{#if showVersionChecks}}
|
|
|
|
<div class="section-top">
|
|
|
|
<div class="version-checks">
|
2018-07-20 02:33:11 +08:00
|
|
|
{{partial "admin/templates/version-checks"}}
|
2018-06-12 18:47:03 +08:00
|
|
|
</div>
|
2018-05-16 08:18:21 +08:00
|
|
|
</div>
|
2018-06-12 18:47:03 +08:00
|
|
|
{{/if}}
|
|
|
|
|
2018-07-20 02:33:11 +08:00
|
|
|
{{partial "admin/templates/dashboard-problems"}}
|
2018-04-26 20:49:41 +08:00
|
|
|
|
2018-07-20 02:33:11 +08:00
|
|
|
<ul class="navigation">
|
|
|
|
<li class="navigation-item general">
|
|
|
|
{{#link-to "admin.dashboardNext.general" class="navigation-link"}}
|
|
|
|
{{i18n "admin.dashboard.general_tab"}}
|
2018-06-18 18:31:56 +08:00
|
|
|
{{/link-to}}
|
2018-07-20 02:33:11 +08:00
|
|
|
</li>
|
|
|
|
<li class="navigation-item moderation">
|
2018-07-27 02:59:28 +08:00
|
|
|
{{#link-to "admin.dashboardNextModeration" class="navigation-link"}}
|
2018-07-20 02:33:11 +08:00
|
|
|
{{i18n "admin.dashboard.moderation_tab"}}
|
|
|
|
{{/link-to}}
|
|
|
|
</li>
|
|
|
|
</ul>
|
2018-06-18 18:31:56 +08:00
|
|
|
|
2018-07-20 02:33:11 +08:00
|
|
|
{{outlet}}
|
2018-05-15 13:08:23 +08:00
|
|
|
|
2018-07-20 02:33:11 +08:00
|
|
|
{{plugin-outlet name="admin-dashboard-bottom"}}
|