Skip to content

Commit c0fe310

Browse files
committed
fix html
1 parent 00ce19b commit c0fe310

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/retail/templates/shared/activity.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -382,13 +382,13 @@
382382
<span class="text-white font-weight-bold font-smaller-2 text-capitalize">New Grant</span>
383383
</div>
384384
{% endif %}
385-
<div class="d-none d-sm-inline col-sm-4 pl-0">
386-
<div class="activity_time font-smaller-5 text-right">
387-
{% if not hide_date %}
388-
{{ row.created_human_time }}
389-
{% endif %}
390-
</div>
385+
386+
<div class="activity_time font-smaller-5 text-right">
387+
{% if not hide_date %}
388+
{{ row.created_human_time }}
389+
{% endif %}
391390
</div>
391+
392392
<div class="mt-3 text-right pr-3 activity-img">
393393
{% if row.kudos %}
394394
<a href="{{row.kudos.external_url}}">

0 commit comments

Comments
 (0)