gitlab-org--gitlab-foss/app/views/shared/issuable/nav_links/_all.html.haml
Heinrich Lee Yu 7d1a7261f0 Change page_filter_path default behavior
`label_name` is now not excluded by default

Also removed `label: true` from calls to the helper
2018-12-14 12:58:40 +08:00

6 lines
300 B
Text

- page_context_word = local_assigns.fetch(:page_context_word)
- counter = local_assigns.fetch(:counter)
%li{ class: active_when(params[:state] == 'all') }>
= link_to page_filter_path(state: 'all'), id: 'state-all', title: "Show all #{page_context_word}.", data: { state: 'all' } do
#{counter}