summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/viewers/_changelog.html.haml
blob: cac858c144413a5f8c568d37e2f7eb98c7f6fe6b (plain)
1
2
3
= sprite_icon('history', css_class: 'gl-mr-1 gl-vertical-align-text-bottom')
= succeed '.' do
  = _("To find the state of this project's repository at the time of any of these versions, check out %{link_start}the tags%{link_end}.").html_safe % { link_start: "<a href='#{project_tags_path(viewer.project)}'>".html_safe, link_end: "</a>".html_safe }