Merge branch 'fix-visit-project-button' into 'master'

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"

![image](https://gitlab.com/jeroenvanbaarsen/gitlab-ce/uploads/e4134716680e37b3211c3b5fd6118d1e/image.png)


See merge request !1344
This commit is contained in:
Dmitriy Zaporozhets 2015-10-01 14:58:23 +00:00
commit 7b55d2c5b7
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
= link_to @ref, ci_project_path(@project, ref: @ref)
%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
%p