mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 21:54:06 +00:00
WIP changed CommentsController#index; temporary view for all_comments
This commit is contained in:
parent
7ba3cfd473
commit
1addae9cd9
6 changed files with 15 additions and 54 deletions
|
|
@ -27,6 +27,7 @@ module Admin
|
|||
@recent_users = User.limit(5).order(created_at: :desc)
|
||||
@recent_events = Event.limit(5).order(created_at: :desc)
|
||||
@recent_registrations = Registration.limit(5).order(created_at: :desc)
|
||||
|
||||
@top_submitter = Conference.get_top_submitter
|
||||
|
||||
@submissions = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue