debian-mirror-gitlab/app/views/projects/blob/viewers/_changelog.html.haml
2021-12-11 22:18:48 +05:30

3 lines
347 B
Text

= 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 }