debian-mirror-gitlab/app/views/shared/issuable/nav_links/_all.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
327 B
Text
Raw Normal View History

2018-03-17 18:26:18 +05:30
- page_context_word = local_assigns.fetch(:page_context_word)
- counter = local_assigns.fetch(:counter)
2021-11-18 22:05:49 +05:30
= 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}