Lint Slim files and fix offenses
The fixing was partially done manually and partially automatically.
This commit is contained in:

committed by
Dominic Sauer

parent
ddfa06ffaa
commit
9a9efd5caa
@@ -2,6 +2,6 @@
|
||||
#flash.container.fixed_error_messages data-message-failure=t('shared.message_failure') data-websocket-failure=t('shared.websocket_failure')
|
||||
- ApplicationController._flash_types.each do |severity|
|
||||
- flash_mapping = {alert: :warning, notice: :success}
|
||||
div.alert.flash class="alert-#{flash_mapping.fetch(severity, severity)} alert-dismissible fade show"
|
||||
.alert.flash class="alert-#{flash_mapping.fetch(severity, severity)} alert-dismissible fade show"
|
||||
p.mb-0 id="flash-#{severity}" == flash[severity]
|
||||
button.btn-close type="button" data-bs-dismiss="alert" aria-label="Close"
|
||||
button.btn-close type='button' data-bs-dismiss='alert' aria-label='Close'
|
||||
|
Reference in New Issue
Block a user