Skip to content

Commit

Permalink
Merge pull request #184 from souravbadami/fix-148
Browse files Browse the repository at this point in the history
Fix #148: Added the full url for easier matching identification.
  • Loading branch information
Sean Auriti authored Jun 5, 2017
2 parents d621637 + 991ea0d commit 8a6a078
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions website/templates/_activity.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% load gravatar %}
<div class="list-group-item" style="height:96px; overflow:hidden;">
<div class="list-group-item" style="height:120px; overflow:hidden;">
<div style=" overflow:hidden; float:left; width:100%; height: 62px; clear:both; display:inline; padding-right:110px;" >
<div style="float:left;margin-right:10px">
{% if activity.actor.socialaccount_set.all.0.get_avatar_url %}
Expand Down Expand Up @@ -39,7 +39,8 @@
{% else %}
<a href="{{ activity.actor_url }}">{{ activity.actor }}</a>
{% endif %}
{{ activity.verb }} <a href="/domain/{{ activity.target.domain_name }}">{{ activity.target.domain_title }}</a> {{ activity.timestamp|timesince }} ago
{{ activity.verb }} <a href="/domain/{{ activity.target.domain_name }}">{{ activity.target.domain_title }}</a> {{ activity.timestamp|timesince }} ago |
<a href="//{{ activity.target.domain_name }}">{{ activity.target.domain_name }}</a>
</div>
<div style="float:right; display:block; margin-top: -60px; overflow:hidden; height: 72px;">
{% if activity.target.screenshot %}
Expand Down

0 comments on commit 8a6a078

Please sign in to comment.