ui touchups

This commit is contained in:
q
2016-07-04 14:23:32 +03:00
parent 115cc9a213
commit 468c3e3815
3 changed files with 8 additions and 6 deletions

View File

@@ -17,9 +17,9 @@
<div class="dropdown">
<p onclick="dropDown()" class="dropbtn">&sube;&supe;</p>
<div id="Dropdown" class="dropdown-content">
<a href="#" onclick="reload();">Reload page</a>
<a href="{{ url_for('profile') }}">Profile</a>
<a href="{{ url_for('logout') }}">Logout</a>
<a href="#" onclick="reload();">Reload &#x21bb;</a>
<a href="{{ url_for('profile') }}">Profile &#9786;</a>
<a href="{{ url_for('logout') }}">Logout &#10162;</a>
</div>
</div>
</div>