gitlabhq/app/views/tags/index.html.haml

12 lines
225 B
Plaintext
Raw Normal View History

- 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})", "/tags/#{tag.name}"