Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_all.html.haml « nav_links « issuable « shared « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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}