gitlab-org--gitlab-foss/app/views/projects/blob/viewers/_license.html.haml
2017-05-17 14:10:00 -05:00

8 lines
214 B
Text

- license = viewer.license
= icon('balance-scale fw')
This project is licensed under the
= succeed '.' do
%strong= license.name
= link_to 'Learn more', license.url, target: '_blank', rel: 'noopener noreferrer'