mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-15 11:09:59 +01:00
Fix haml-lint nit
This commit is contained in:
parent
dabc917ab5
commit
bc316757c3
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
|||
= list_group_item t('views.general.timeline'), root_path
|
||||
- if APP_CONFIG.dig(:features, :public, :enabled)
|
||||
= list_group_item t('views.general.public'), public_timeline_path
|
||||
%a.list-group-item.list-group-item-action.dropdown.dropdown-toggle{ class: list ? 'active' : '', type: :button, data: { toggle: :dropdown }, aria: { haspopup: true, expanded: false } }
|
||||
%a.list-group-item.list-group-item-action.dropdown.dropdown-toggle{ class: list ? 'active' : '',
|
||||
type: :button, data: { toggle: :dropdown }, aria: { haspopup: true, expanded: false } }
|
||||
- if list
|
||||
= list.display_name
|
||||
- else
|
||||
|
|
Loading…
Reference in a new issue