Browse Source

Merge branch 'dev_trustie' of http://gitea.trustie.net/jasder/forgeplus into dev_trustie

tags/v1
sylor_huang@126.com 6 years ago
parent
commit
2adcd94f51
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      app/helpers/projects_helper.rb

+ 2
- 0
app/helpers/projects_helper.rb View File

@@ -35,6 +35,7 @@ module ProjectsHelper
tmp_json = tmp_json.merge({
mirror_status: repo.mirror_status,
mirror_num: repo.mirror_num,
mirror_url: repo.mirror_url,
first_sync: repo.first_sync?
})
end
@@ -43,6 +44,7 @@ module ProjectsHelper
identifier: project.identifier,
name: project.name,
id: project.id,
type: project.numerical_for_project_type,
author: {
login: project.owner.login,
name: project.owner.real_name,


Loading…
Cancel
Save