Browse Source

ADD last message with entries api

tags/v1
Jasder 6 years ago
parent
commit
bad1985b3d
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

@@ -26,5 +26,5 @@ json.array! @entries do |entry|
json.content entry['content']
json.target entry['target']
end
json.commit entry['commit']
json.commit entry['last_commit']
end

Loading…
Cancel
Save