Skip to content
Snippets Groups Projects
Verified Commit 679dc282 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Fix links for GitLab CI emails

parent 304e3943
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -11,4 +11,4 @@
Author: #{@build.git_author_name}
 
%p
Url: #{link_to(project_build_url(@build.project, @build), @build.short_sha)}
Url: #{link_to @build.short_sha, project_build_url(@build.project, @build)}
Loading
Loading
@@ -11,4 +11,4 @@
Author: #{@build.git_author_name}
 
%p
Url: #{link_to(project_build_url(@build.project, @build), @build.short_sha)}
Url: #{link_to @build.short_sha, project_build_url(@build.project, @build)}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment