Tweak CSS, fix loding order
This commit is contained in:
parent
722bd8c008
commit
350371f79d
5 changed files with 18 additions and 9 deletions
|
|
@ -54,7 +54,7 @@ class ConferencesController < ApplicationController
|
|||
@tickets = @conference.tickets.order('price_cents')
|
||||
end
|
||||
if splashpage.include_lodgings
|
||||
@lodgings = @conference.lodgings.order('name')
|
||||
@lodgings = @conference.lodgings.order('id')
|
||||
end
|
||||
if splashpage.include_sponsors
|
||||
@sponsorship_levels = @conference.sponsorship_levels.eager_load(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue