forgeplus/app/views/contents/delete_file.json.jbuilder

7 lines
181 B
Plaintext
Raw Permalink Normal View History

2020-03-09 00:40:16 +08:00
json.commit do
json.sha @file['commit']['sha']
json.message @file['commit']['message']
json.author @file['commit']['author']
json.committer @file['commit']['committer']
end