Browse Source

ADD fork info for repositories show action

tags/v1.0.0
Jasder 5 years ago
parent
commit
425a374332
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app/views/repositories/show.json.jbuilder

+ 1
- 0
app/views/repositories/show.json.jbuilder View File

@@ -31,6 +31,7 @@ json.fork_info do
if @fork_project.present?
json.fork_form_name @fork_project.try(:name)
json.fork_project_user_login @fork_project_user.try(:login)
json.fork_project_identifier @fork_project.identifier
json.fork_project_user_name @fork_project_user.try(:show_real_name)
end
end


Loading…
Cancel
Save