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

index.html.haml « tags « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b7f422ad2c01f11c7875e444d1478726946e0547 (plain)
1
2
3
4
5
6
7
8
9
10
- content_for(:body_class, "projects-page")
- content_for(:page_title) do
  .grid_4
    %h2
      Tags

  .tags-list
    - @tags.all.each do |tag|
      = link_to "#{tag.name}(#{tag.count})", tag_path(name)