Skip to content

Commit

Permalink
Merge pull request #187 from thelostone-mc/master
Browse files Browse the repository at this point in the history
html: fixed github repo link
  • Loading branch information
owocki authored Dec 29, 2017
2 parents b960da1 + 36cc393 commit 417b692
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/dashboard/templates/profile_details.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% load email_obfuscator %}
{% load humanize %}
{% load humanize %}
<!DOCTYPE html>
<html lang="en">

Expand Down Expand Up @@ -58,7 +58,7 @@ <h2 class="mt-3">
<li>
{% endif %}
</li>
<a href="{{profile.data.html_url}}/repos">
<a href="{{profile.data.html_url}}?tab=repositories">
<img src='/static/v2/images/social/github.png' alt='Medium'>
</a>
</li>
Expand Down Expand Up @@ -182,4 +182,4 @@ <h6>
<script src="{{STATIC_URL}}v2/js/pages/profile.js"></script>


</html>
</html>

0 comments on commit 417b692

Please sign in to comment.