c5f5ce8807
Rename Build to Job Replace "Builds" by "Jobs" and fix broken specs Replace "Builds" by "Jobs" Fix broken spinach test Fix broken test Remove `˙` at the beginning of the file Fix broken spinach test Fix broken tests Changes after review
8 lines
466 B
Text
8 lines
466 B
Text
.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: "btn btn-success"
|