added basic mod page

This commit is contained in:
pixeldesu 2014-12-25 23:14:45 +01:00
parent 2107ec6270
commit 32623ec2f2
3 changed files with 12 additions and 2 deletions

View File

@ -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", "#"

View File

@ -1,2 +0,0 @@
<h1>Moderation#index</h1>
<p>Find me in app/views/moderation/index.html.erb</p>

View File

@ -0,0 +1,4 @@
.container.j2-page
.row
= render 'moderation/moderation_tabs'
.col-md-9.col-sm-9.col-xs-12