Skip to content

Commit

Permalink
Merge pull request #918 from maykinmedia/issue/1972-remove-duplicate-…
Browse files Browse the repository at this point in the history
…scroll-buttons

[#1972] Remove 'Scroll omlaag' button for previous statusses
  • Loading branch information
alextreme authored Dec 29, 2023
2 parents ff6dba9 + 8b83b9c commit 5d64f1b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/open_inwoner/templates/pages/cases/statuses.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@ <h2 class="h3 h2-statuses" id="statuses">{% trans 'Status' %}</h2>
<span>{{ status.description|default:"" }}</span>
</p>
<p class="p p-date p--compact">{{ status.date|date }}</p>
<p class="p p__upload {% if case.end_statustype_data %}p__upload--enabled{% endif %}">
{% if case.internal_upload_enabled or case.external_upload_enabled %}
{% button href="#documents-upload" text=_("Scroll omlaag") title=_("Ga direct naar document upload sectie.") primary=True icon="arrow_downward" icon_position="after" %}
{% endif %}
</p>
</div>
</div>
</li>
Expand Down

0 comments on commit 5d64f1b

Please sign in to comment.