osem-fcy/app/views/admin/events
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
..
_all_events.csv.haml
_all_events.pdf.prawn
_all_events.xlsx.axlsx
_all_with_comments.csv.haml
_all_with_comments.pdf.prawn
_all_with_comments.xlsx.axlsx
_confirmed_events.csv.haml
_confirmed_events.pdf.prawn
_confirmed_events.xlsx.axlsx
_datatable_row.haml
_datatable_row_rating.haml
_export_menu.haml
_form.html.haml
_nested_comments.html.haml
_proposal.html.haml
_user_fields.html.haml
_voting.html.haml
edit.html.haml
events.csv.haml
events.pdf.prawn
events.xlsx.axlsx
index.html.haml
new.html.haml
registrations.html.haml
show.html.haml
vote.js.erb