|
|
|
@@ -5,6 +5,6 @@ json.commits do |
|
|
|
json.message commit['commit']['message'] |
|
|
|
json.timestamp render_unix_time(commit['commit']['author']['date']) |
|
|
|
json.time_from_now time_from_now(commit['commit']['author']['date']) |
|
|
|
json.partial! 'author', user: @project.user |
|
|
|
json.partial! 'author', user: @project.owner |
|
|
|
end |
|
|
|
end |