This repository was archived by the owner on Nov 25, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathappeal.haml
More file actions
37 lines (36 loc) · 2.11 KB
/
appeal.haml
File metadata and controls
37 lines (36 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
- content_for :title do "Appeal An Infraction" end
%section
.page-header
%h2
Appeal an infraction
%a.btn.btn-primary.pull-right{:href => appeals_path}
%i.fa.fa-tasks
All Appeals
.row
.col-md-4
%h4.strong What can be appealed?
%p Any infraction which you believe was issued incorrectly or which is too severe can be contested.
%p Appeals exist in order to catch mistakes, not to argue about the rules.
.col-md-4
%h4.strong How are appeals resolved?
%p The moderator who punished you will review the incident, and appeal the infraction if they find it was in error or reduce it in severity if they feel it was too harsh.
%p If you disagree with the moderator’s decision, you can escalate an appeal to have it reviewed by a senior staff member, but this will delay the response time.
.col-md-4
%h4.strong Conduct in appeals
%p If your infraction was issued incorrectly, you should appeal it in a timely manner. Moderators are only required to obtain evidence for cheating bans, and this will only be retained for 28 days.
%p If you lie in your appeal or are abusive towards our staff, your appeal will be denied and you may receive further punishment.
%br
.row
.col-md-6.col-md-offset-3.col-xs-8.col-xs-offset-2.text-center
- if user_signed_in?
- if !@can_appeal
%br
.alert.alert-info.strong You don't have infractions to appeal or have any appeals to view.
%a.btn.btn-lg.btn-primary.strong{:href => (!@can_appeal ? "#" : new_appeal_path), :class => (@punishments == 0 ? "disabled" : "")} Ok, let's go »
- else
%br
%a.btn.btn-lg.btn-inverse{:href => new_user_registration_path} Register
%a.btn.btn-lg.btn-primary{:href => new_user_session_path} Login
%br
%br
%p Please login if you have an account. If not, registration is quick and painless.