Skip to content

Commit

Permalink
Add link to github at the profile page, closes #186
Browse files Browse the repository at this point in the history
  • Loading branch information
kkamkou committed May 8, 2017
1 parent 868b29b commit db76417
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gitmostwanted/templates/profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@
{{ flashed_messages() }}

<div class="row">
<h2><i class="fi-torso"></i> {{ account.username }}</h2>
<h2>
<i class="fi-social-github"></i>
<a href="https://github.com/{{ account.username }}" target="_blank">{{ account.username }}</a>
</h2>
{% if account.id == g.user.id %}
<ul class="button-group">
<li>
Expand Down

0 comments on commit db76417

Please sign in to comment.