gitlabhq/app/views/tags/index.html.haml
2011-11-07 13:40:22 +02:00

12 lines
220 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})", tag_path(name)