osem-fcy/app
Andrew Kvalheim 3ae1275fb5 Restore views for Admin::EventsController#new and Admin::UsersController#edit
1. Restore views lost during 81853d1:

        git restore --source 4a16836 \
          app/views/admin/users/_form.html.haml \
          app/views/application/edit.html.haml \
          app/views/application/new.html.haml
        mv app/views/application/edit.html.haml app/views/admin/users/
        mv app/views/application/new.html.haml app/views/admin/events/

 2. Convert from Formtastic:

      - app/views/admin/users/_form.html.haml

 3. Add header as in 81853d1:

      - app/views/admin/events/new.html.haml

 4. Substitute partial unified in 88b5596:

      - app/views/admin/events/new.html.haml

resolves #2975
2023-05-01 18:34:55 -07:00
..
assets Merge pull request #3093 from differentreality/remove_datepicker_limits 2023-04-19 13:29:05 +02:00
controllers Merge pull request #2972 from AndrewKvalheim/ajax-datatables-rails-1_part-2 2022-03-29 15:15:10 +02:00
datatables Use CSS-compatible row IDs in datatables 2022-09-13 11:06:22 -07:00
helpers Set nofollow on links in Markdown content 2023-03-03 17:16:53 -08:00
jobs Add frozen_string_literal magic comment 2018-05-09 06:54:26 -07:00
mailers Rubocop autocorrections 2018-11-16 09:06:05 -08:00
models Update events when rated 2023-03-01 11:33:21 -08:00
pdfs Fix ticket PDF spec 2022-02-23 14:36:06 +01:00
serializers Merge pull request #3090 from AndrewKvalheim/api-time-zone 2023-04-19 13:36:12 +02:00
uploaders Rename deprecated CarrierWave methods 2021-08-18 14:10:31 +02:00
views Restore views for Admin::EventsController#new and Admin::UsersController#edit 2023-05-01 18:34:55 -07:00