Skip to content
Snippets Groups Projects
Commit 8d0219f0 authored by Jeroen van Baarsen's avatar Jeroen van Baarsen
Browse files

Make Visit project on GitLab button goes to The internal Gitlab project


Since we are merging CI into CE, projects should go to the internal Projects
page, we can also use Turbolinks to do so.

In order to give the user an idea of integration, I renamed the button: "Go to
Project"

Signed-off-by: username-removed-1164's avatarJeroen van Baarsen <jeroenvanbaarsen@gmail.com>
parent 0aec0d53
No related branches found
No related tags found
1 merge request!1344Make Visit project on GitLab button goes to The internal Gitlab project
Loading
@@ -17,7 +17,7 @@
Loading
@@ -17,7 +17,7 @@
= link_to @ref, ci_project_path(@project, ref: @ref) = link_to @ref, ci_project_path(@project, ref: @ref)
   
%li.pull-right %li.pull-right
= link_to 'View on GitLab', @project.gitlab_url, no_turbolink.merge( class: 'btn btn-sm' ) = link_to 'Go to project', project_path(gl_project), class: 'btn btn-sm'
   
- if @ref - if @ref
%p %p
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment