Skip to content

Commit 79c2bef

Browse files
authored
Merge pull request #16 from itk-dev/15-duplicated-subject-when-viewing-feedback-details
Update show.html.twig
2 parents 73ae430 + b0d75a7 commit 79c2bef

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
## [1.0.0] - 2025-07-10
1111

12+
- [PR-16](https://github.com/itk-dev/tidy-feedback/pull/16)
13+
Fix duplicated subject
1214
- [PR-13](https://github.com/itk-dev/tidy-feedback/pull/13)
1315
Styling feedback details page
1416
- [PR-12](https://github.com/itk-dev/tidy-feedback/pull/12)

templates/show.html.twig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,6 @@
77
{% block content %}
88
<div class="row">
99
<div class="col-md-6">
10-
<dl>
11-
<dt>{{ 'Subject'|trans }}</dt>
12-
<dd>{{ item.subject }}</dd>
13-
</dl>
14-
1510
{% set tableData = [
1611
{
1712
key: 'Subject'|trans,

0 commit comments

Comments
 (0)