Solve simplest haml-lint Rubocop
lints (#27529)
This commit is contained in:
parent
fa65c8244f
commit
70dbf84b9b
11 changed files with 12 additions and 41 deletions
|
@ -23,7 +23,7 @@
|
|||
%td= update.version
|
||||
%td= t("admin.software_updates.types.#{update.type}")
|
||||
- if update.urgent?
|
||||
%td.critical= t("admin.software_updates.critical_update")
|
||||
%td.critical= t('admin.software_updates.critical_update')
|
||||
- else
|
||||
%td
|
||||
%td= table_link_to 'link', t('admin.software_updates.release_notes'), update.release_notes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue