Skip to content

Commit

Permalink
[#2799] Improved template for detailbericht + added menu items
Browse files Browse the repository at this point in the history
  • Loading branch information
jiromaykin committed Oct 10, 2024
1 parent e466df9 commit ade2fc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
justify-content: space-between;

&:hover {
text-decoration: none !important;
text-decoration: none;
}

.button {
Expand Down
4 changes: 2 additions & 2 deletions src/open_inwoner/templates/pages/berichten/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 class="utrecht-heading-1" id="title">{{ bericht.onderwerp }}</h1>
{% icon icon="warning_amber" icon_position="after" extra_classes="icon--danger" outlined=True %}
{% endif %}
<span class="dashboard__item-label">
<span> Einddatum: </span>
<span> Einddatum: </span>
</span>
<span>{{ bericht.einddatum_handelingstermijn }}</span>
<span class="dashboard__item-label"><span id="remainingDays" class="utrecht-paragraph table__item--notification-danger"></span> <!-- Placeholder for remaining days --></span>
Expand All @@ -36,7 +36,7 @@ <h1 class="utrecht-heading-1" id="title">{{ bericht.onderwerp }}</h1>

{% render_grid %}
{% render_column start=4 span=6 %}

{# Handeling #}
<section class="bericht__userfeed plugin userfeed">
<div class="card-container card-container--columns-1 plugin-card">
Expand Down

0 comments on commit ade2fc3

Please sign in to comment.