mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-18 14:11:10 +00:00
Fix bug in track list, also send accept/reject mails
This commit is contained in:
parent
f10d5e4c0e
commit
caa0dec6c4
7 changed files with 70 additions and 37 deletions
|
|
@ -17,7 +17,7 @@ class Admin::EventsController < ApplicationController
|
|||
|
||||
def show
|
||||
@event = @conference.events.find(params[:id])
|
||||
@tracks = Track.all
|
||||
@tracks = @conference.tracks
|
||||
@comments = @event.root_comments
|
||||
@comment_count = @event.comment_threads.count
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue