Skip to content
This repository was archived by the owner on Nov 25, 2019. It is now read-only.

Double fix appeals language #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
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
4 changes: 2 additions & 2 deletions app/views/appeals/appeal.haml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
%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 must only be retained for 28 days.
%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 appeals to view
.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
Expand Down