Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_license.html.haml « viewers « blob « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 320d7dd4b9f0acf77e84c3b3374b8de55e2b2246 (plain)
1
2
3
4
5
6
- license = viewer.license

= sprite_icon('scale')
= _("This project is licensed under the %{strong_start}%{license_name}%{strong_end}.").html_safe % { license_name: license.name, strong_start: '<strong>'.html_safe, strong_end: '</strong>'.html_safe }

= link_to _('Learn more'), license.url, target: '_blank', rel: 'noopener noreferrer'