- {{ round.deadline_date.split('T')[0] }} · + {{ round.deadline_date.split('T')[0] }} · {{ $t('montage-round-vote-ending', [remainingDays]) }}
N/A
-+
{{
$t('montage-progress-status', [
juror.stats.total_tasks - juror.stats.total_open_tasks,
@@ -257,7 +257,7 @@ onMounted(() => {
}
.juror-campaign-round-icon {
- background-color: blue;
+ background-color: var(--icon-round-bg);
height: 56px;
padding: 10px;
border-radius: 50%;
diff --git a/frontend/src/components/Round/RoundNew.vue b/frontend/src/components/Round/RoundNew.vue
index 3daddc78..6203d1a1 100644
--- a/frontend/src/components/Round/RoundNew.vue
+++ b/frontend/src/components/Round/RoundNew.vue
@@ -6,21 +6,18 @@
class="juror-campaign-round-icon"
:size="36"
fillColor="white"
- style="background-color: grey"
/>
+
{{ $t('montage-vote-round-part-of-campaign', [round.campaign.name]) }}
{{ $t('montage-vote-order-by') }}
+{{ $t('montage-vote-order-by') }}
+
{{ $t('montage-vote-gallery-size') }}
{{ $t('montage-voted-time', [dayjs.utc(image.date).fromNow()]) }}
{{ dayjs.utc(image.date).format('D MMM YYYY [at] H:mm [UTC]') }}
{{ $t('montage-voted-time', [dayjs.utc(image.date).fromNow()]) }}
{{ dayjs.utc(image.date).format('D MMM YYYY [at] H:mm [UTC]') }}