Merge pull request #1041 from differentreality/laguanges_list
Add languages_list in controller admin/events#edit
This commit is contained in:
commit
139a8565e2
1 changed files with 1 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ module Admin
|
||||||
@comment_count = @event.comment_threads.count
|
@comment_count = @event.comment_threads.count
|
||||||
@user = @event.submitter
|
@user = @event.submitter
|
||||||
@url = admin_conference_program_event_path(@conference.short_title, @event)
|
@url = admin_conference_program_event_path(@conference.short_title, @event)
|
||||||
|
@languages = @program.languages_list
|
||||||
end
|
end
|
||||||
|
|
||||||
def comment
|
def comment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue