styling doc page
This commit is contained in:
parent
23c598034c
commit
c189ce1650
3 changed files with 9 additions and 5 deletions
|
@ -1,9 +1,11 @@
|
|||
<section class="docs">
|
||||
<aside class="sidebar">
|
||||
<h2>Types d'événements (1000 prochains)</h2>
|
||||
<h2>Types d'événements </h2>
|
||||
<p>(1000 prochains pour les 30 prochains jours)</p>
|
||||
<ul>
|
||||
<li *ngFor="let c of counts">
|
||||
<button (click)="filterByWhat(c.what)">{{ c.what }} <span class="badge">{{ c.count }}</span></button>
|
||||
<button (click)="filterByWhat(c.what)"> {{ c.what }} <span class="badge">{{ c.count }}</span></button>
|
||||
|
||||
</li>
|
||||
</ul>
|
||||
</aside>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue