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: fb9d0b99d09ca612043dddc895b8204ae369138b (plain)
1
2
3
4
5
6
7
8
- 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'