gitlabhq/app/views/tags/index.html.haml
2011-11-05 21:00:05 +02:00

12 lines
225 B
Plaintext

- 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}"