mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Fix xml views
Adding the html extension to application.haml avoid that the code is used in the xml views. Fixes https://github.com/openSUSE/osem/issues/2497
This commit is contained in:
parent
3fabb7a1e2
commit
79b88857b6
2 changed files with 4 additions and 4 deletions
|
|
@ -208,7 +208,7 @@ linters:
|
|||
- "app/views/layouts/_messages.html.haml"
|
||||
- "app/views/layouts/_navigation.html.haml"
|
||||
- "app/views/layouts/_user_menu.html.haml"
|
||||
- "app/views/layouts/application.haml"
|
||||
- "app/views/layouts/application.html.haml"
|
||||
- "app/views/organizations/index.html.haml"
|
||||
- "app/views/payments/_payment.html.haml"
|
||||
- "app/views/payments/new.html.haml"
|
||||
|
|
@ -437,7 +437,7 @@ linters:
|
|||
- "app/views/layouts/_messages.html.haml"
|
||||
- "app/views/layouts/_navigation.html.haml"
|
||||
- "app/views/layouts/_user_menu.html.haml"
|
||||
- "app/views/layouts/application.haml"
|
||||
- "app/views/layouts/application.html.haml"
|
||||
- "app/views/organizations/index.html.haml"
|
||||
- "app/views/payments/_payment.html.haml"
|
||||
- "app/views/proposals/_form.html.haml"
|
||||
|
|
@ -540,7 +540,7 @@ linters:
|
|||
- "app/views/layouts/_admin_sidebar_index.html.haml"
|
||||
- "app/views/layouts/_messages.html.haml"
|
||||
- "app/views/layouts/_navigation.html.haml"
|
||||
- "app/views/layouts/application.haml"
|
||||
- "app/views/layouts/application.html.haml"
|
||||
- "app/views/payments/_payment.html.haml"
|
||||
- "app/views/proposals/_form.html.haml"
|
||||
- "app/views/proposals/_tooltip.html.haml"
|
||||
|
|
@ -589,7 +589,7 @@ linters:
|
|||
- "app/views/layouts/_admin.html.haml"
|
||||
- "app/views/layouts/_navigation.html.haml"
|
||||
- "app/views/layouts/_user_menu.html.haml"
|
||||
- "app/views/layouts/application.haml"
|
||||
- "app/views/layouts/application.html.haml"
|
||||
- "app/views/proposals/_encouragement_text.html.haml"
|
||||
- "app/views/proposals/new.html.haml"
|
||||
- "app/views/proposals/registrations.html.haml"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue