-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/citizen proposal status fixtures and template #401
Feature/citizen proposal status fixtures and template #401
Conversation
<i class="fas fa-triangle-exclamation mt-1"></i> | ||
<div> | ||
<h4 class="alert-heading mb-1 mt-0">{{ 'Rejected by the council'|t }}</h4> | ||
<p class="mb-0">{{ 'The proposal was rejected at the citycouncil meeting @meeting_date'|t({'@meeting_date': node.field_city_council_meeting_date.value}) }}</p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to format the date along the lines of https://github.com/itk-dev/hoeringsportal/blob/develop/web/themes/custom/hoeringsportal/templates/content/node--teaser.html.twig#L112C47-L112C92.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks - I was unsure how to do it properly.
https://leantime.itkdev.dk/dashboard/home#/tickets/showTicket/1236