Skip to content

Commit

Permalink
fix(frontend): style /statistics (not finished)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0rydoras committed Oct 4, 2024
1 parent 7a689a7 commit 37abeff
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions frontend/app/statistics/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -191,20 +191,19 @@
</TaskSelection>

<div>
<ul class="nav-tabs">
<NavTabs class="flex">
{{#each this.types as |t|}}
<li>
<a
href="#"
<NavTabs::Item>
<NavTabs::A
class={{if (eq t this.type) "active"}}
{{on "click" (fn this.updateParam "type" t)}}
>
By
{{t}}
</a>
</li>
</NavTabs::A>
</NavTabs::Item>
{{/each}}
</ul>
</NavTabs>
</div>

<div class="tab-content grid">
Expand All @@ -218,4 +217,4 @@
/>
</div>
</PagePermission>
{{/if}}
{{/if}}

0 comments on commit 37abeff

Please sign in to comment.