Added template for moderation list
This commit is contained in:
parent
ce7198b713
commit
c5cd5db749
1 changed files with 14 additions and 0 deletions
14
app/views/my/moderate_list.slim
Normal file
14
app/views/my/moderate_list.slim
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
.grid-container
|
||||
|
||||
= render partial: 'menu'
|
||||
|
||||
h1 These packages have new screenshots
|
||||
|
||||
- if @packages.any?
|
||||
ul
|
||||
- @packages.each do |pkg|
|
||||
li
|
||||
a href=package_path(name: pkg.name)
|
||||
=pkg.name
|
||||
- else
|
||||
'None at the moment.
|
||||
Loading…
Add table
Add a link
Reference in a new issue