summaryrefslogtreecommitdiff
path: root/app/views/shared/issuable/nav_links/_all.html.haml
blob: 7afa194d5db280234a5a963b02f821a074eef389 (plain)
1
2
3
4
5
- page_context_word = local_assigns.fetch(:page_context_word)
- counter = local_assigns.fetch(:counter)

= gl_tab_link_to page_filter_path(state: 'all'), item_active: params[:state] == 'all', id: 'state-all', title: _("Show all %{issuable_type}.") % { issuable_type: page_context_word }, data: { state: 'all' } do
  #{counter}