add skipped empty lines
This commit is contained in:
parent
cdd3b40f5b
commit
494003892c
31 changed files with 37 additions and 29 deletions
|
|
@ -13,4 +13,4 @@ class Admin::DietchoicesController < ApplicationController
|
|||
redirect_to(admin_conference_dietary_list_path(:conference_id => @conference.short_title), :alert => "Dietary choices update failed: #{e.message}")
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -27,4 +27,4 @@ class Admin::DifficultyLevelsController < ApplicationController
|
|||
end
|
||||
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -93,4 +93,4 @@ class Admin::QuestionsController < ApplicationController
|
|||
@questions = Question.where(:global => true).all | Question.where(:conference_id => @conference.id)
|
||||
@questions_conference = @conference.questions
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
|
|
@ -228,3 +228,4 @@ module Admin
|
|||
helper_method :social_event_count
|
||||
end
|
||||
end
|
||||
|
||||
|
|
|
|||
|
|
@ -13,4 +13,4 @@ class Admin::SupporterLevelsController < ApplicationController
|
|||
redirect_to(admin_conference_supporter_levels_path(:conference_id => @conference.short_title), :alert => "Supporter levels update failed: #{e.message}")
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue