Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions app/lib/frontend/templates/report.dart
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,9 @@ Iterable<d.Node> _appeal(
'(source repositories, screenshots, logs, bug tracker entries, etc) '
'consider uploading these and sharing a link.',
),
d.p(
child: d.b(text: 'You only have one appeal per incident.'),
),
if (!(sessionData?.isAuthenticated ?? false))
d.fragment([
d.p(text: 'Contact information:'),
Expand Down
3 changes: 3 additions & 0 deletions app/test/frontend/golden/report_page_appeal.html
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,9 @@ <h1>Appeal a resolution</h1>
, please explain why the resolution should be reconsidered.
</p>
<p>If you have additional relevant documentation (source repositories, screenshots, logs, bug tracker entries, etc) consider uploading these and sharing a link.</p>
<p>
<b>You only have one appeal per incident.</b>
</p>
<p>Contact information:</p>
<div class="mdc-form-field">
<label for="report-email">Email</label>
Expand Down
Loading