Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_customize_workflow.html.haml « projects « views « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ded43a34b48e0fd2dda1565c88a59f4a3530dc69 (plain)
1
2
3
4
5
6
7
8
.row-content-block.project-home-empty
  .text-center{ class: container_class }
    %h4
      Customize your workflow!
    %p
      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!
    - if can?(current_user, :admin_project, @project)
      = link_to "Get started", edit_project_path(@project), class: "gl-button btn btn-confirm"