remove defunct header template

This commit is contained in:
Andrew Croce 2018-09-05 15:55:50 -04:00
parent d8d9898975
commit 006e5bf70e

View File

@ -1,11 +0,0 @@
<header class="topbar">
<nav class="topbar__navigation">
<a href="/" class="topbar__link topbar__link--primary">
<span>JEDI</span>
</a>
<a href="/" class="topbar__link topbar__link--secondary">
<span>{{ current_user.get("atat_role") }}</span>
</a>
</nav>
</header>