mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
question builder
This commit is contained in:
parent
4356616566
commit
3105c8da5d
28 changed files with 338 additions and 15 deletions
|
|
@ -6,7 +6,7 @@ class Admin::RegistrationsController < ApplicationController
|
|||
@pdf_filename = "#{@conference.title}.pdf"
|
||||
@registrations = @conference.registrations.includes(:person).order("registrations.created_at ASC")
|
||||
@attended = @conference.registrations.where("attended = ?", true).count
|
||||
@headers = %w[name email attending_social_events attending_with_partner need_access other_needs arrival departure attended]
|
||||
@headers = %w[first_name last_name email irc_nickname other_needs arrival departure attended]
|
||||
end
|
||||
|
||||
def change_field
|
||||
|
|
@ -128,4 +128,4 @@ class Admin::RegistrationsController < ApplicationController
|
|||
redirect_to(admin_conference_registrations_path(@conference.short_title), :alert => 'You must be an admin to delete a registration.')
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue