BigW Consortium Gitlab

_customize_workflow.html.haml 466 Bytes
Newer Older
1
.row-content-block.project-home-empty
2
  .text-center{ class: container_class }
3 4 5
    %h4
      Customize your workflow!
    %p
Filipa Lacerda committed
6
      Get started with GitLab by enabling features that work best for your project. From issues and wikis, to merge requests and pipelines, GitLab can help manage your workflow from idea to production!
7 8
    - if can?(current_user, :admin_project, @project)
      = link_to "Get started", edit_project_path(@project), class: "btn btn-success"