Remove color styling from campaign time
This commit is contained in:
parent
0a048163c7
commit
d434eac74a
1 changed files with 1 additions and 5 deletions
|
|
@ -56,7 +56,6 @@ Hover over the end time to see the exact date and time.
|
||||||
<time datetime="{{ campaign.end_at|date:'c' }}"
|
<time datetime="{{ campaign.end_at|date:'c' }}"
|
||||||
title="{{ campaign.end_at|date:'DATETIME_FORMAT' }}"
|
title="{{ campaign.end_at|date:'DATETIME_FORMAT' }}"
|
||||||
style="font-size: 0.9rem;
|
style="font-size: 0.9rem;
|
||||||
color: #666;
|
|
||||||
display: block;
|
display: block;
|
||||||
text-align: left">
|
text-align: left">
|
||||||
Ends in {{ campaign.end_at|timeuntil }}
|
Ends in {{ campaign.end_at|timeuntil }}
|
||||||
|
|
@ -64,7 +63,6 @@ Hover over the end time to see the exact date and time.
|
||||||
<time datetime="{{ campaign.start_at|date:'c' }}"
|
<time datetime="{{ campaign.start_at|date:'c' }}"
|
||||||
title="{{ campaign.start_at|date:'DATETIME_FORMAT' }}"
|
title="{{ campaign.start_at|date:'DATETIME_FORMAT' }}"
|
||||||
style="font-size: 0.9rem;
|
style="font-size: 0.9rem;
|
||||||
color: #666;
|
|
||||||
display: block;
|
display: block;
|
||||||
text-align: left">
|
text-align: left">
|
||||||
Started {{ campaign.start_at|timesince }} ago
|
Started {{ campaign.start_at|timesince }} ago
|
||||||
|
|
@ -72,7 +70,6 @@ Hover over the end time to see the exact date and time.
|
||||||
<time datetime="{{ campaign.added_at|date:'c' }}"
|
<time datetime="{{ campaign.added_at|date:'c' }}"
|
||||||
title="{{ campaign.added_at|date:'DATETIME_FORMAT' }}"
|
title="{{ campaign.added_at|date:'DATETIME_FORMAT' }}"
|
||||||
style="font-size: 0.9rem;
|
style="font-size: 0.9rem;
|
||||||
color: #666;
|
|
||||||
display: block;
|
display: block;
|
||||||
text-align: left">
|
text-align: left">
|
||||||
Scraped {{ campaign.added_at|timesince }} ago
|
Scraped {{ campaign.added_at|timesince }} ago
|
||||||
|
|
@ -80,12 +77,11 @@ Hover over the end time to see the exact date and time.
|
||||||
<time datetime="{{ campaign.start_at|date:'c' }} to {{ campaign.end_at|date:'c' }}"
|
<time datetime="{{ campaign.start_at|date:'c' }} to {{ campaign.end_at|date:'c' }}"
|
||||||
title="{{ campaign.start_at|date:'DATETIME_FORMAT' }} to {{ campaign.end_at|date:'DATETIME_FORMAT' }}"
|
title="{{ campaign.start_at|date:'DATETIME_FORMAT' }} to {{ campaign.end_at|date:'DATETIME_FORMAT' }}"
|
||||||
style="font-size: 0.9rem;
|
style="font-size: 0.9rem;
|
||||||
color: #666;
|
|
||||||
display: block;
|
display: block;
|
||||||
text-align: left">
|
text-align: left">
|
||||||
Duration: {{ campaign.start_at|timesince:campaign.end_at }}
|
Duration: {{ campaign.start_at|timesince:campaign.end_at }}
|
||||||
</time>
|
</time>
|
||||||
<div style="margin-top: 0.5rem; font-size: 0.8rem; color: #444;">
|
<div style="margin-top: 0.5rem; font-size: 0.8rem; ">
|
||||||
<strong>Channels:</strong>
|
<strong>Channels:</strong>
|
||||||
<ul style="margin: 0.25rem 0 0 0;
|
<ul style="margin: 0.25rem 0 0 0;
|
||||||
padding-left: 1rem;
|
padding-left: 1rem;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue