2020-10-24 23:57:45 +05:30
|
|
|
= sprite_icon('book')
|
2021-06-08 01:23:25 +05:30
|
|
|
= _("After you've reviewed these contribution guidelines, you'll be all set to")
|
2017-09-10 17:25:29 +05:30
|
|
|
|
|
|
|
- options = contribution_options(viewer.project)
|
|
|
|
- if options.any?
|
|
|
|
= succeed '.' do
|
2020-03-13 15:44:24 +05:30
|
|
|
= Gitlab::Utils.to_exclusive_sentence(options).html_safe
|
2017-09-10 17:25:29 +05:30
|
|
|
- else
|
2021-06-08 01:23:25 +05:30
|
|
|
= _("contribute to this project.")
|