We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00ce19b commit c0fe310Copy full SHA for c0fe310
app/retail/templates/shared/activity.html
@@ -382,13 +382,13 @@
382
<span class="text-white font-weight-bold font-smaller-2 text-capitalize">New Grant</span>
383
</div>
384
{% 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>
+
+ <div class="activity_time font-smaller-5 text-right">
+ {% if not hide_date %}
+ {{ row.created_human_time }}
+ {% endif %}
391
392
<div class="mt-3 text-right pr-3 activity-img">
393
{% if row.kudos %}
394
<a href="{{row.kudos.external_url}}">
0 commit comments