1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 22:59:28 +00:00

Remove view all reports buttons

This commit is contained in:
2022-04-21 16:16:10 +00:00
parent 9cebdd52e2
commit d14176f57d
2 changed files with 2 additions and 8 deletions

View File

@@ -31,10 +31,7 @@
</div> </div>
<div class='adminSection'> <div class='adminSection'>
<div class='adminItem adminStats'> <div class='adminItem adminStats'>
<div class='adminItem__title'> <h2>Statistics and Reports</h2>
<h2>Statistics and Reports</h2>
{{> button style='full' colour='primary' to=reportsLink content='View All'}}
</div>
<div class='adminStats__stats'> <div class='adminStats__stats'>
{{#each stats}} {{#each stats}}
{{> adminStat value=value text=text }} {{> adminStat value=value text=text }}

View File

@@ -55,10 +55,7 @@
</div> </div>
<div class='adminSection'> <div class='adminSection'>
<div class='adminItem adminStats'> <div class='adminItem adminStats'>
<div class='adminItem__title'> <h2>Statistics and Reports</h2>
<h2>Statistics and Reports</h2>
{{> button style='full' colour='primary' to=reportsLink content='View All'}}
</div>
<div class='adminStats__stats'> <div class='adminStats__stats'>
{{#each stats}} {{#each stats}}
{{> adminStat value=value text=text }} {{> adminStat value=value text=text }}