This commit is contained in:
@@ -1832,6 +1832,10 @@
|
||||
${post.is_poll ? '<span class="badge bg-success">Опрос</span>' : ''}
|
||||
${!post.marked_for_publication && !post.published_in_tg && !post.is_event && !post.is_poll ? '<span class="badge bg-secondary">Никакое</span>' : ''}
|
||||
</div>
|
||||
${post.auto_unit ? `
|
||||
<div class="mb-2">
|
||||
<strong>Площадка:</strong> ${post.auto_unit}
|
||||
</div>` : ''}
|
||||
<div class="mb-2">
|
||||
<strong>ВКонтакте:</strong> <a href="${post.vk_post_url || '#'}" target="_blank" class="text-decoration-none">${post.vk_post_url || 'Не указана'}</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user