You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
-
- if @result_object.has_key?("NumFiles")
- json.partial! "api/v1/projects/simple_gitea_diff_detail", diff: @result_object
- else
- json.partial! "api/v1/projects/simple_gitea_diff_file_detail", file: @result_object
- end
|