We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 73ae430 + b0d75a7 commit 79c2befCopy full SHA for 79c2bef
CHANGELOG.md
@@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
10
## [1.0.0] - 2025-07-10
11
12
+- [PR-16](https://github.com/itk-dev/tidy-feedback/pull/16)
13
+ Fix duplicated subject
14
- [PR-13](https://github.com/itk-dev/tidy-feedback/pull/13)
15
Styling feedback details page
16
- [PR-12](https://github.com/itk-dev/tidy-feedback/pull/12)
templates/show.html.twig
@@ -7,11 +7,6 @@
7
{% block content %}
8
<div class="row">
<div class="col-md-6">
- <dl>
- <dt>{{ 'Subject'|trans }}</dt>
- <dd>{{ item.subject }}</dd>
- </dl>
-
{% set tableData = [
{
17
key: 'Subject'|trans,
0 commit comments