Skip to content

Commit

Permalink
Rebase master
Browse files Browse the repository at this point in the history
  • Loading branch information
PonteIneptique committed Apr 6, 2017
2 parents dc1d370 + c5d89e2 commit bca5f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Hook/data/templates/header.html
Expand Up @@ -15,7 +15,7 @@
</ul>
<ul class="nav navbar-nav navbar-right">
{% if current_user.is_authenticated == True %}
<li><a class="navbar-brand" href="#" style="padding-top:5px; padding-bottom: 5px;"><img style=" border-radius: 20px;" src="https://avatars.githubusercontent.com/{{ current_user.login }}?s=40" /></a></li>
<li><a class="navbar-brand" href="#" style="padding-top:5px; padding-bottom: 5px;"><img style=" border-radius: 20px; height:40px;" src="https://avatars.githubusercontent.com/{{ current_user.login }}?s=40" /></a></li>
<li><a href="#">Hi {{ current_user.login }}!</a></li>
<li><a href="{{url_for('.logout')}}" alt="Sign off"><span class="glyphicon glyphicon-off"></span></a></li>
{% else %}
Expand Down

0 comments on commit bca5f4a

Please sign in to comment.