ADD devops

This commit is contained in:
Jasder
2020-07-15 09:43:30 +08:00
parent 4518a3ea87
commit da0e45a3c6
12 changed files with 158 additions and 26 deletions
+2 -1
View File
@@ -44,7 +44,8 @@ module ProjectsHelper
identifier: project.identifier,
name: project.name,
id: project.id,
open_devops: project.open_devops,
repo_id: repo.id,
open_devops: project.open_devops?,
type: project.numerical_for_project_type,
author: {
login: project.owner.login,