gitlabhq/app/views/repositories/tags.html.haml
2011-12-31 13:12:10 +02:00

11 lines
303 B
Plaintext

= render "head"
- unless @tags.empty?
%div.update-data.ui-box.ui-box-small
.data
- @tags.each do |tag|
%a.update-item{:href => project_commits_path(@project, :ref => tag.name)}
%span.update-title{:style => "margin-bottom:0px;"}
= tag.name
- else
%h3 No tags