Skip to content

Commit 3dc7a8a

Browse files
jonasfjsigurdm
andauthored
Notice that we allow at-most one appeal (#8170)
* Notice that we allow at-most one appeal * Update app/lib/frontend/templates/report.dart Co-authored-by: Sigurd Meldgaard <[email protected]> * Update report_page_appeal.html --------- Co-authored-by: Sigurd Meldgaard <[email protected]>
1 parent 539457f commit 3dc7a8a

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 can appeal at most once per case.'),
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 can appeal at most once per case.</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)