mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-17 13:44:09 +00:00
Restore views for Admin::EventsController#new and Admin::UsersController#edit
1. Restore views lost during81853d1: git restore --source4a16836\ 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 in81853d1: - app/views/admin/events/new.html.haml 4. Substitute partial unified in88b5596: - app/views/admin/events/new.html.haml resolves #2975
This commit is contained in:
parent
9f72c5b75b
commit
3ae1275fb5
3 changed files with 55 additions and 0 deletions
1
app/views/admin/users/edit.html.haml
Normal file
1
app/views/admin/users/edit.html.haml
Normal file
|
|
@ -0,0 +1 @@
|
|||
= render partial: 'form'
|
||||
Loading…
Add table
Add a link
Reference in a new issue