added basic mod page
This commit is contained in:
parent
2107ec6270
commit
32623ec2f2
|
@ -0,0 +1,8 @@
|
||||||
|
.col-md-3.col-sm-3.col-xs-12
|
||||||
|
.panel.panel-default
|
||||||
|
.panel-body
|
||||||
|
%ul.nav.nav-pills.nav-stacked
|
||||||
|
= nav_entry "All reports", "#"
|
||||||
|
= nav_entry "Users", "#"
|
||||||
|
= nav_entry "Answers", "#"
|
||||||
|
= nav_entry "Comments", "#"
|
|
@ -1,2 +0,0 @@
|
||||||
<h1>Moderation#index</h1>
|
|
||||||
<p>Find me in app/views/moderation/index.html.erb</p>
|
|
|
@ -0,0 +1,4 @@
|
||||||
|
.container.j2-page
|
||||||
|
.row
|
||||||
|
= render 'moderation/moderation_tabs'
|
||||||
|
.col-md-9.col-sm-9.col-xs-12
|
Loading…
Reference in New Issue