Skip to content

Commit 8dc280e

Browse files
committed
Notice that we allow at-most one appeal
1 parent 539457f commit 8dc280e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

app/lib/frontend/templates/report.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,9 @@ Iterable<d.Node> _appeal(
208208
'(source repositories, screenshots, logs, bug tracker entries, etc) '
209209
'consider uploading these and sharing a link.',
210210
),
211+
d.p(
212+
child: d.b(text: 'You only have one appeal per incident.'),
213+
),
211214
if (!(sessionData?.isAuthenticated ?? false))
212215
d.fragment([
213216
d.p(text: 'Contact information:'),

app/test/frontend/golden/report_page_appeal.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ <h1>Appeal a resolution</h1>
119119
, please explain why the resolution should be reconsidered.
120120
</p>
121121
<p>If you have additional relevant documentation (source repositories, screenshots, logs, bug tracker entries, etc) consider uploading these and sharing a link.</p>
122+
<p>
123+
<b>You only have one appeal per incident.</b>
124+
</p>
122125
<p>Contact information:</p>
123126
<div class="mdc-form-field">
124127
<label for="report-email">Email</label>

0 commit comments

Comments
 (0)