|
|
|
@@ -54,7 +54,7 @@ if @project.forge? |
|
|
|
json.submodule_git_url entry['submodule_git_url'].nil? ? nil : repo_git_submodule_url(@owner, @repository, entry['submodule_git_url']) |
|
|
|
json.size entry['size'] |
|
|
|
json.is_readme_file is_readme?(entry['type'], entry['name']) |
|
|
|
json.content decode64_content(entry, @owner, @repository, @ref, @path) |
|
|
|
json.content nil #decode64_content(entry, @owner, @repository, @ref, @path) |
|
|
|
json.target entry['target'] |
|
|
|
json.commit do |
|
|
|
json.partial! 'last_commit', latest_commit: entry['latest_commit'] |
|
|
|
|