Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-01-15 09:43:51 +0300
committerDmitriy Zaporozhets <dzaporozhets@gitlab.com>2015-01-15 09:43:51 +0300
commit28dc04aac24002f67b1bec5912255f1f6843e4f0 (patch)
treee3382a6e41f1e265145e0676a88e3148c46229eb /app
parent47f0a8dbddc5e2cf86cf4b92b9c7c2fca6d97539 (diff)
parentf8b97b454b8eae343bd7ea6e92fd2257eeae45b0 (diff)
Merge branch 'view-link-first' into 'master'
View link first See merge request !1397
Diffstat (limited to 'app')
-rw-r--r--app/views/layouts/notify.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/notify.html.haml b/app/views/layouts/notify.html.haml
index da451961327..e81cf9e5bf6 100644
--- a/app/views/layouts/notify.html.haml
+++ b/app/views/layouts/notify.html.haml
@@ -24,8 +24,8 @@
%p
\—
%br
- - if @project
- You're receiving this notification because you are a member of the #{link_to_unless @target_url, @project.name_with_namespace, project_url(@project)} project team.
- if @target_url
#{link_to "View it on GitLab", @target_url}
= email_action @target_url
+ - if @project
+ You're receiving this notification because you are a member of the #{link_to_unless @target_url, @project.name_with_namespace, project_url(@project)} project team.