mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
move attended field left before edit
This commit is contained in:
parent
4532ad8c0a
commit
c7f326765c
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class Admin::RegistrationsController < ApplicationController
|
||||||
people.email AS email")
|
people.email AS email")
|
||||||
|
|
||||||
@attended = @conference.registrations.where("attended = ?", true)
|
@attended = @conference.registrations.where("attended = ?", true)
|
||||||
@headers = %w[attended name email social_events attending_with_partner need_access other_needs arrival departure]
|
@headers = %w[name email social_events attending_with_partner need_access other_needs arrival departure attended]
|
||||||
end
|
end
|
||||||
|
|
||||||
def change_field
|
def change_field
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue