summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-31 15:55:07 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-31 15:55:07 +0300
commit2ab2d60b9ea42f5631bfd4cd48b16a02d065215e (patch)
tree5c12bb8b2fca211595f8141382ed1ea04def28d4
parent046fa9bdb106f4a94b3f62646726e99923e75b0a (diff)
parentdd32c9f0ed73eeebc32fbbed38de5c467839b665 (diff)
downloadgitlab-ce-2ab2d60b9ea42f5631bfd4cd48b16a02d065215e.tar.gz
Merge pull request #6660 from robertboloc/patch-1
Grammar correction: "View in Gitlab"
-rw-r--r--app/views/layouts/notify.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/layouts/notify.html.haml b/app/views/layouts/notify.html.haml
index 09d84a3eb9f..3e8dae0b230 100644
--- a/app/views/layouts/notify.html.haml
+++ b/app/views/layouts/notify.html.haml
@@ -23,4 +23,4 @@
- if @project
You're receiving this notification because you are a member of the #{link_to @project.name_with_namespace, project_url(@project)} project team.
- if @target_url
- #{link_to "View in GitLab", @target_url}
+ #{link_to "View it on GitLab", @target_url}