Commit dea4c092 authored by Takuya Noguchi's avatar Takuya Noguchi

Use true instead of symbol in HAML

Signed-off-by: default avatarTakuya Noguchi <takninnovationresearch@gmail.com>
parent 3c2c533b
- type = local_assigns.fetch(:type, :epics) - type = local_assigns.fetch(:type, :epics)
- page_context_word = type.to_s.humanize(capitalize: false) - 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 %ul.nav-links.mobile-separator.epics-state-filters
%li{ class: active_when(params[:state] == 'opened') }> %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