osem-fcy/app/views
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
..
admin Restore views for Admin::EventsController#new and Admin::UsersController#edit 2023-05-01 18:34:55 -07:00
application Migrate to fontawesome 6 2022-05-18 06:33:47 +02:00
booths Correct invalid table markup 2023-03-04 14:33:08 -08:00
conference_registrations Fix missing fa-stacked-icon function 2022-05-22 00:50:49 +02:00
conferences Fix venue information city/country display 2022-05-20 16:25:38 +02:00
devise Minor fixes 2022-05-20 16:09:31 +02:00
layouts Migrate to fontawesome 6 2022-05-18 06:33:47 +02:00
mailbot Send mail on ticket confirmation. 2017-07-26 11:31:19 +05:30
organizations Show code of conduct on organizations 2018-05-08 13:23:00 +02:00
payments Make use of ENV.fetch 2022-05-06 14:53:57 +02:00
physical_tickets Correct invalid table markup 2023-03-04 14:33:08 -08:00
proposals Restore detailed event form for admins 2023-05-01 18:34:51 -07:00
schedules Migrate to fontawesome 6 2022-05-18 06:33:47 +02:00
shared Merge pull request #3094 from differentreality/2738_history_changes_deleted_models 2023-04-19 13:28:17 +02:00
surveys Migrate to fontawesome 6 2022-05-18 06:33:47 +02:00
ticket_purchases Correct invalid table markup 2023-03-04 14:33:08 -08:00
tickets Migrate to fontawesome 6 2022-05-18 06:33:47 +02:00
tracks Migrate to fontawesome 6 2022-05-18 06:33:47 +02:00
users Retire semantic_form_for 2022-02-24 15:52:34 +01:00