osem-fcy/app/views/admin/users
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
..
_event_registrations.html.haml Correct invalid table markup 2023-03-04 14:33:08 -08:00
_form.html.haml Restore views for Admin::EventsController#new and Admin::UsersController#edit 2023-05-01 18:34:55 -07:00
_submissions.html.haml Correct invalid table markup 2023-03-04 14:33:08 -08:00
edit.html.haml Restore views for Admin::EventsController#new and Admin::UsersController#edit 2023-05-01 18:34:55 -07:00
index.html.haml Correct invalid table markup 2023-03-04 14:33:08 -08:00
new.html.haml Retire semantic_form_for 2022-02-24 15:52:34 +01:00
show.html.haml Use helpers instead of URLs in switch checkboxes 2019-05-31 00:24:21 +02:00