|
|
|
@@ -9,7 +9,7 @@ if @project.forge? |
|
|
|
json.type entry['type'] |
|
|
|
json.size entry['size'] |
|
|
|
|
|
|
|
json.content direct_download ? nil : decode64_content(entry, @owner, @repository, @ref, @path) |
|
|
|
json.content (direct_download || image_type) ? nil : decode64_content(entry, @owner, @repository, @ref, @path) |
|
|
|
json.target entry['target'] |
|
|
|
|
|
|
|
download_url = |
|
|
|
|