mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-21 21:17:48 +01:00
added basic mod page
This commit is contained in:
parent
2107ec6270
commit
32623ec2f2
3 changed files with 12 additions and 2 deletions
8
app/views/moderation/_moderation_tabs.html.haml
Normal file
8
app/views/moderation/_moderation_tabs.html.haml
Normal 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", "#"
|
|
@ -1,2 +0,0 @@
|
|||
<h1>Moderation#index</h1>
|
||||
<p>Find me in app/views/moderation/index.html.erb</p>
|
4
app/views/moderation/index.html.haml
Normal file
4
app/views/moderation/index.html.haml
Normal file
|
@ -0,0 +1,4 @@
|
|||
.container.j2-page
|
||||
.row
|
||||
= render 'moderation/moderation_tabs'
|
||||
.col-md-9.col-sm-9.col-xs-12
|
Loading…
Reference in a new issue