Skip to content

Commit

Permalink
Merge pull request #2 from DavidCostello42/master
Browse files Browse the repository at this point in the history
Minor fix to user links on the team daily page for sub-directory deployments of Phproject.
  • Loading branch information
Alanaktion committed Apr 15, 2018
2 parents 86b27f6 + 9babbaf commit af05a6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view/td_dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@
<div class="col-md-4 text-center">
<div class="panel panel-{{ @item.status | esc }} panel-scores">
<div class="panel-heading">
<a href="/user/{{ @item.username | esc }}"><img src="{{ @item.avatar | esc }}" srcset="{{ @item.avatar2x | esc }} 2x" class="img-rounded profile-picture" alt></a>
<h3 class="uname"><a href="/user/{{ @item.username | esc }}">{{@item.name}}</a></h3>
<a href="{{ @BASE }}/user/{{ @item.username | esc }}"><img src="{{ @item.avatar | esc }}" srcset="{{ @item.avatar2x | esc }} 2x" class="img-rounded profile-picture" alt></a>
<h3 class="uname"><a href="{{ @BASE }}/user/{{ @item.username | esc }}">{{@item.name}}</a></h3>
</div>
<div class="panel-body text-center">
<p><strong><div class="row">
Expand Down

0 comments on commit af05a6d

Please sign in to comment.