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 Speaker emails in Events CSV/XLS export is included 2017-11-07 23:02:01 +05:30
_all_events.pdf.prawn exports are made to be wrap_text 2017-11-08 00:49:03 +05:30
_all_events.xlsx.axlsx Add frozen_string_literal magic comment 2018-06-01 09:15:57 -07:00
_all_with_comments.csv.haml Speaker emails in Events CSV/XLS export is included 2017-11-07 23:02:01 +05:30
_all_with_comments.pdf.prawn exports are made to be wrap_text 2017-11-08 00:49:03 +05:30
_all_with_comments.xlsx.axlsx Add frozen_string_literal magic comment 2018-06-01 09:15:57 -07:00
_confirmed_events.csv.haml Speaker emails in Events CSV/XLS export is included 2017-11-07 23:02:01 +05:30
_confirmed_events.pdf.prawn exports are made to be wrap_text 2017-11-08 00:49:03 +05:30
_confirmed_events.xlsx.axlsx Add frozen_string_literal magic comment 2018-06-01 09:15:57 -07:00
_datatable_row.haml Add user to cache dependencies of vote in events index 2023-03-01 11:43:50 -08:00
_datatable_row_rating.haml Clean up rating partials 2018-03-14 18:00:37 -07:00
_export_menu.haml DRY up event export menus 2018-03-14 18:00:37 -07:00
_form.html.haml Refactor proposal forms 2022-05-06 19:02:27 -05:00
_nested_comments.html.haml Retire semantic_form_for 2022-02-24 15:52:34 +01:00
_proposal.html.haml Add user to cache dependencies of event proposal tab 2023-03-01 11:52:16 -08:00
_user_fields.html.haml Changed Ruby syntax in views. Fixed #1326 2017-03-20 18:27:39 +05:30
_voting.html.haml Fix rating_stars parameters in admin/events#show 2018-07-30 12:21:13 -07:00
edit.html.haml Refactor proposal forms 2022-05-06 19:02:27 -05:00
events.csv.haml added events, confirmed events and events with comments export features with xlsx, pdf and csv format 2016-10-19 10:48:58 -04:00
events.pdf.prawn added events, confirmed events and events with comments export features with xlsx, pdf and csv format 2016-10-19 10:48:58 -04:00
events.xlsx.axlsx Add frozen_string_literal magic comment 2018-06-01 09:15:57 -07:00
index.html.haml Correct invalid table markup 2023-03-04 14:33:08 -08:00
new.html.haml Restore views for Admin::EventsController#new and Admin::UsersController#edit 2023-05-01 18:34:55 -07:00
registrations.html.haml Correct invalid table markup 2023-03-04 14:33:08 -08:00
show.html.haml Correct invalid table markup 2023-03-04 14:33:08 -08:00
vote.js.erb Clean up rating partials 2018-03-14 18:00:37 -07:00