osem-fcy/app/controllers
Espartaco Palma e7452a9d31
Use New Install within their own template
It used to be a partial inside #index, but having their own page
yields some extra benefits:

- Performance: Move logic from the view to the controller
  - Theres' no need to go extra steps inside the :index view
- UI: Remove the extra 'Upcoming Conferences' when the system needs
  to start the flow of the creation of the first user
2021-03-06 03:58:32 +01:00
..
admin Fixed some typos (#2695) 2020-10-30 11:06:43 +02:00
api Required changes for consistent controller & feature results 2018-11-20 17:30:56 -08:00
users fixes redirect loop 2019-12-20 08:26:22 -05:00
application_controller.rb Fixed some typos (#2695) 2020-10-30 11:06:43 +02:00
booths_controller.rb Merge pull request #2578 from rahul2240/master-alias 2019-08-10 18:41:34 +02:00
commercials_controller.rb Skip CSRF authenticity 2019-05-24 14:08:23 +02:00
conference_registrations_controller.rb Every campaign has an end. 2018-10-16 21:34:04 +02:00
conferences_controller.rb Use New Install within their own template 2021-03-06 03:58:32 +01:00
confirmations_controller.rb Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00
openids_controller.rb s/redirect_to :back/redirect_back/ 2019-05-05 09:40:50 +02:00
organizations_controller.rb Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00
payments_controller.rb Rubocop autocorrections 2018-11-16 09:06:05 -08:00
physical_tickets_controller.rb Rubocop autocorrections 2018-11-16 09:06:05 -08:00
proposals_controller.rb s/redirect_to :back/redirect_back/ 2019-05-05 09:40:50 +02:00
registrations_controller.rb Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00
schedules_controller.rb Fix gigitty link 2019-05-24 15:19:37 +02:00
subscriptions_controller.rb Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00
surveys_controller.rb s/redirect_to :back/redirect_back/ 2019-05-05 09:40:50 +02:00
ticket_purchases_controller.rb Enable registration to proceed without requiring a ticket. 2019-02-16 00:53:40 +01:00
tickets_controller.rb Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00
tracks_controller.rb Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00
users_controller.rb Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00