Skip to content

Commit

Permalink
fix html
Browse files Browse the repository at this point in the history
  • Loading branch information
octavioamu committed May 1, 2020
1 parent 00ce19b commit c0fe310
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions app/retail/templates/shared/activity.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,13 +382,13 @@
<span class="text-white font-weight-bold font-smaller-2 text-capitalize">New Grant</span>
</div>
{% endif %}
<div class="d-none d-sm-inline col-sm-4 pl-0">
<div class="activity_time font-smaller-5 text-right">
{% if not hide_date %}
{{ row.created_human_time }}
{% endif %}
</div>

<div class="activity_time font-smaller-5 text-right">
{% if not hide_date %}
{{ row.created_human_time }}
{% endif %}
</div>

<div class="mt-3 text-right pr-3 activity-img">
{% if row.kudos %}
<a href="{{row.kudos.external_url}}">
Expand Down

0 comments on commit c0fe310

Please sign in to comment.