Merge branch 'next' of github.com:coollabsio/coolify into next
This commit is contained in:
commit
407b8de2b1
@ -245,6 +245,7 @@ public function gitCommitLink($link): string
|
||||
}
|
||||
if (strpos($this->git_repository, 'git@') === 0) {
|
||||
$git_repository = str_replace(['git@', ':', '.git'], ['', '/', ''], $this->git_repository);
|
||||
|
||||
return "https://{$git_repository}/commit/{$link}";
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user