Browse Source

FIX [base64解码操作]临时处理获取readme文件问题

tags/v3.0.4(standalone)
jasder 5 years ago
parent
commit
1c8d0686ee
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/views/repositories/entries.json.jbuilder

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

@@ -59,5 +59,5 @@ if @project.forge?
end
end
end
json.readme @readme
json.readme @readme[:readme].merge(content: readme_render_decode64_content(@result[:readme]["content"], nil))
end

Loading…
Cancel
Save