Commit fb0738b3 authored by Olena Horal-Koretska's avatar Olena Horal-Koretska

Merge branch 'tnir/rubocop-Lint/BooleanSymbol-ee' into 'master'

Use true instead of symbol in HAML

See merge request gitlab-org/gitlab!59074
parents 267f71b1 dea4c092
- type = local_assigns.fetch(:type, :epics)
- page_context_word = type.to_s.humanize(capitalize: false)
- display_count = local_assigns.fetch(:display_count, :true)
- display_count = local_assigns.fetch(:display_count, true)
%ul.nav-links.mobile-separator.epics-state-filters
%li{ class: active_when(params[:state] == 'opened') }>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment