Channels list and detail pages done

This commit is contained in:
Alexandre Bourlier
2018-04-26 18:48:53 +02:00
parent c2399db08a
commit f6744ec9e0
10 changed files with 170 additions and 57 deletions

View File

@ -25,9 +25,12 @@
Projet
</ldp-route>
<ldp-route class="nav-item pl-4 pr-4 pb-2 align-self-stretch text-center text-md-left" name="groups">
<ldp-route class="nav-item pl-4 pr-4 pb-2 align-self-stretch text-center text-md-left" name="channels">
<i class="fa fa-comments" aria-hidden="true"></i>
<span class="d-none d-md-inline"> Groupes</span>
<span class="d-none d-md-inline"> Channels</span>
</ldp-route>
<ldp-route class="nav-item d-none" name="channel" id-prefix="http://localhost:8000/channels/">
channel
</ldp-route>
</div>
</ldp-router>