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
@@ -9,16 +9,16 @@ h1 = t('breadcrumbs.dashboard.show')
|
||||
|
||||
h2 Version
|
||||
|
||||
div.mb-4
|
||||
.mb-4
|
||||
= application_name
|
||||
=< t("admin.dashboard.show.release")
|
||||
=< t('admin.dashboard.show.release')
|
||||
| :
|
||||
pre = Sentry.configuration.release
|
||||
|
||||
- if Runner.management_active?
|
||||
div.mb-4
|
||||
.mb-4
|
||||
= Runner.strategy_class.name.demodulize
|
||||
=< t("admin.dashboard.show.release")
|
||||
=< t('admin.dashboard.show.release')
|
||||
| :
|
||||
pre = Admin::DashboardHelper.runner_management_release
|
||||
|
||||
|
Reference in New Issue
Block a user