add sonar_url for details
This commit is contained in:
parent
1822ade2db
commit
2743da824e
|
@ -54,7 +54,6 @@ module ProjectsHelper
|
||||||
tmp_json = tmp_json.merge({
|
tmp_json = tmp_json.merge({
|
||||||
identifier: render_identifier(project),
|
identifier: render_identifier(project),
|
||||||
name: project.name,
|
name: project.name,
|
||||||
sonar_url: project.sonar_url,
|
|
||||||
platform: project.platform,
|
platform: project.platform,
|
||||||
id: project.id,
|
id: project.id,
|
||||||
repo_id: repo.id,
|
repo_id: repo.id,
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
json.content @project.content
|
json.content @project.content
|
||||||
json.website @project.website
|
json.website @project.website
|
||||||
json.lesson_url @project.lesson_url
|
json.lesson_url @project.lesson_url
|
||||||
|
json.sonar_url @project.sonar_url
|
||||||
json.identifier render_identifier(@project)
|
json.identifier render_identifier(@project)
|
||||||
json.invite_code @project.invite_code
|
json.invite_code @project.invite_code
|
||||||
json.name @project.name
|
json.name @project.name
|
||||||
|
|
Loading…
Reference in New Issue