parent
b1437d4c8d
commit
a5243178ed
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ module PushObserver
|
|||
id: commit.id,
|
||||
message: commit.safe_message,
|
||||
timestamp: commit.date.xmlschema,
|
||||
url: "#{Gitlab.config.url}/#{path}/commits/#{commit.id}",
|
||||
url: "#{Gitlab.config.url}/#{path}/commit/#{commit.id}",
|
||||
author: {
|
||||
name: commit.author_name,
|
||||
email: commit.author_email
|
||||
|
|
Loading…
Reference in a new issue