summaryrefslogtreecommitdiff
path: root/app/views/projects/protected_tags/_matching_tag.html.haml
blob: 97e5cd6f9d259ec7260d769517f94f60f81f3cc6 (plain)
1
2
3
4
5
6
7
8
9
%tr
  %td
    = link_to matching_tag.name, namespace_project_tree_path(@project.namespace, @project, matching_tag.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_short_id')
    = time_ago_with_tooltip(commit.committed_date)