debshots/app/views/my/moderate_list.slim

18 lines
No EOL
346 B
Text

.grid-container
= render partial: 'menu'
h1 Packages that require moderation
- if @packages.any?
p
i Note the red bar at the top also listing packages that need moderation.
ul
- @packages.each do |pkg|
li
a href=package_path(name: pkg.name)
=pkg.name
- else
'None at the moment.