summaryrefslogtreecommitdiff
path: root/app/views/projects/protected_tags/_matching_tag.html.haml
blob: f17353df1221a7bbd4f8f943f48e850c210572ac (plain)
1
2
3
4
5
6
7
8
9
10
%tr
  %td
    = link_to matching_tag.name, project_ref_path(@project, matching_tag.name), class: 'ref-name'

    - if @project.root_ref?(matching_tag.name)
      %span.label.label-info.prepend-left-5 default
  %td
    - commit = @project.commit(matching_tag.name)
    = link_to(commit.short_id, namespace_project_commit_path(@project.namespace, @project, commit.id), class: 'commit-sha')
    = time_ago_with_tooltip(commit.committed_date)