=link_topage_filter_path(state: 'opened',label: true),id: 'state-opened',title: "Filter by #{page_context_word} that are currently opened.",data: {state: 'opened'}do
=link_topage_filter_path(state: 'opened',label: true),id: 'state-opened',title: "Filter by #{page_context_word} that are currently opened.",data: {state: 'opened'}do
=link_topage_filter_path(state: 'merged',label: true),id: 'state-merged',title: 'Filter by merge requests that are currently merged.',data: {state: 'merged'}do
=link_topage_filter_path(state: 'merged',label: true),id: 'state-merged',title: 'Filter by merge requests that are currently merged.',data: {state: 'merged'}do
=link_topage_filter_path(state: 'closed',label: true),id: 'state-closed',title: 'Filter by merge requests that are currently closed and unmerged.',data: {state: 'closed'}do
=link_topage_filter_path(state: 'closed',label: true),id: 'state-closed',title: 'Filter by issues that are currently closed.',data: {state: 'closed'}do
=link_topage_filter_path(state: 'closed',label: true),id: 'state-closed',title: 'Filter by merge requests that are currently closed and unmerged.',data: {state: 'closed'}do
=link_topage_filter_path(state: 'closed',label: true),id: 'state-closed',title: 'Filter by issues that are currently closed.',data: {state: 'closed'}do
#{issuables_state_counter_text(type,:closed)}
%li{class: active_when(params[:state]=='all')}>
=link_topage_filter_path(state: 'all',label: true),id: 'state-all',title: "Show all #{page_context_word}.",data: {state: 'all'}do