=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 %{issuable_type} that are currently opened.")%{issuable_type: page_context_word}),data: {state: 'opened'}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 %{issuable_type} that are currently closed.")%{issuable_type: page_context_word}),data: {state: 'closed'}do