Skip to content

Commit

Permalink
Merge pull request #333 from softwaresaved/332
Browse files Browse the repository at this point in the history
Fix icon at staff dashboard
  • Loading branch information
rgaiacs authored May 11, 2017
2 parents f25edde + b8658e4 commit b458663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lowfat/templates/lowfat/funds.html
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
{% if user.is_superuser %}
<a title="Review" href="{% url "fund_review" fund.id %}">{{fund.name}}</a>
{% if fund.url|length > 0 %}
<a href="{{fund.url}}"><span class="glyphicon glyphicon-eye-open" aria-hidden="true"></span>
<a title="View website" href="{{fund.url}}"><span class="glyphicon glyphicon-cloud" aria-hidden="true"></span>
{% endif %}
</a>
{% elif claimant and user == claimant.user %}
Expand Down

0 comments on commit b458663

Please sign in to comment.