add skipped empty lines

This commit is contained in:
Artem Chernikov 2014-06-30 17:07:53 +02:00
parent cdd3b40f5b
commit 494003892c
31 changed files with 37 additions and 29 deletions

View file

@ -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

View file

@ -27,4 +27,4 @@ class Admin::DifficultyLevelsController < ApplicationController
end
end
end
end

View file

@ -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

View file

@ -228,3 +228,4 @@ module Admin
helper_method :social_event_count
end
end

View file

@ -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