...
 
Commits (2)
......@@ -24,7 +24,7 @@
<div class="m-marketing__contents m-reportMarketing__section">
<p>
To ensure that decisions are made as democratically as possible, we developed a Jury System based on the <a href="https://santaclaraprinciples.org/" target="_blank">Santa Clara Principles</a> to review appeals. The jury consists of 12 unique, active users whose objective is to vote on appeals. If 75% or more agree with the appeal, the administrative action is overturned. For more information about the jury system, read our blog.
To ensure that decisions are made as democratically as possible, we developed a Jury System based on the <a href="https://santaclaraprinciples.org/" target="_blank">Santa Clara Principles</a> to review appeals. The jury consists of 12 unique, active users whose objective is to vote on appeals. If 75% or more agree with the appeal, the administrative action is overturned. For more information about the jury system, <a href="https://www.minds.com/minds/blog/power-to-the-people-the-minds-jury-system-975486713993859072" target="_blank">read our blog</a>.
</p>
<p>The current content moderation system functions as follows:</p>
......
......@@ -30,7 +30,7 @@
.m-reportMarketing__stats, .m-reportMarketing__section {
padding: 32px !important;
padding: 32px 100px 32px 52px !important;
h4 {
margin: 0;
......
......@@ -29,9 +29,8 @@ import { ModerationAppealComponent } from './console/appeal.component';
LegacyModule,
CommentsModule,
RouterModule.forChild([
{ path: 'moderation', redirectTo: '/content-policy' },
//{ path: 'moderation', redirectTo: '/content-policy' },
{ path: 'content-policy', component: ReportsMarketingComponent },
//{ path: 'moderation/juryduty', redirectTo: '/moderation/juryduty/appeal' },
{ path: 'moderation/juryduty/:jury', component: JuryDutySessionComponent, },
{ path: 'settings/reported-content/strikes', component: StrikesComponent, },
{ path: 'moderation/banned', component: BannedComponent },
......