Merge branch 'grid-styling' of https://github.com/dod-ccpo/atst into grid-styling

This commit is contained in:
hmbrink
2020-01-27 13:02:19 -05:00
68 changed files with 2721 additions and 1364 deletions

View File

@@ -14,7 +14,7 @@
{{ Icon('user', classes='topbar__link-icon') }}
<span class="topbar__link-label">{{ g.current_user.first_name + " " + g.current_user.last_name }}</span>
</a>
<a href="{{ url_for('atst.helpdocs') }}" class="topbar__link">
<a href="#" class="topbar__link">
{{ Icon('question', classes='topbar__link-icon') }}
<span class="topbar__link-label">Support</span>
</a>