more delinting
This commit is contained in:
parent
2dc6da87e5
commit
7106e1fc21
1 changed files with 1 additions and 0 deletions
|
|
@ -73,6 +73,7 @@ module EventsHelper
|
||||||
]
|
]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def event_type_dropdown(event, event_types, conference_id)
|
def event_type_dropdown(event, event_types, conference_id)
|
||||||
selection = event.event_type.try(:title) || 'Event Type'
|
selection = event.event_type.try(:title) || 'Event Type'
|
||||||
options = event_types.collect do |event_type|
|
options = event_types.collect do |event_type|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue