summaryrefslogtreecommitdiff
path: root/app/views/projects/blob/viewers/_contributing.html.haml
blob: 18559e2908f8f4aaf3e65bcf0f26e0ead7d08173 (plain)
1
2
3
4
5
6
7
8
9
= sprite_icon('book')
After you've reviewed these contribution guidelines, you'll be all set to

- options = contribution_options(viewer.project)
- if options.any?
  = succeed '.' do
    = Gitlab::Utils.to_exclusive_sentence(options).html_safe
- else
  contribute to this project.