debian-mirror-gitlab/app/views/projects/_customize_workflow.html.haml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
476 B
Text
Raw Normal View History

2016-11-03 12:29:30 +05:30
.row-content-block.project-home-empty
2017-08-17 22:00:37 +05:30
.text-center{ class: container_class }
2016-11-03 12:29:30 +05:30
%h4
Customize your workflow!
%p
2017-08-17 22:00:37 +05:30
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!
2016-11-03 12:29:30 +05:30
- if can?(current_user, :admin_project, @project)
2021-04-29 21:17:54 +05:30
= link_to "Get started", edit_project_path(@project), class: "gl-button btn btn-confirm"