Browse Source

change numerical_for_project_type

tags/v1
sylor_huang@126.com 6 years ago
parent
commit
8c466aeb21
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      app/views/projects/_project_detail.json.jbuilder

+ 0
- 1
app/views/projects/_project_detail.json.jbuilder View File

@@ -16,7 +16,6 @@ json.type project&.numerical_for_project_type
json.last_update_time render_unix_time(project.updated_on)
json.time_ago time_from_now(project.updated_on)
json.forked_from_project_id project.forked_from_project_id
json.type @project.numerical_for_project_type
json.author do
json.name user.try(:show_real_name)
json.login user.login


Loading…
Cancel
Save