summaryrefslogtreecommitdiff
path: root/app/views/events
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-02-23 11:59:37 +0000
committerPhil Hughes <me@iamphill.com>2016-03-01 13:03:39 +0000
commitaff5e73f2a1daedbbff148274ad9222d377280b2 (patch)
tree6e529f9351c8d96b153576b524927b91b8c2c3fd /app/views/events
parent7d41e4dc9d3365c68f7e54b545fd115e8455eae5 (diff)
downloadgitlab-ce-aff5e73f2a1daedbbff148274ad9222d377280b2.tar.gz
Changed # to ! on merge requests on activity view
Closes #9082
Diffstat (limited to 'app/views/events')
-rw-r--r--app/views/events/event/_common.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/event/_common.html.haml b/app/views/events/event/_common.html.haml
index 4ecf1c33d2a..2f531e08a91 100644
--- a/app/views/events/event/_common.html.haml
+++ b/app/views/events/event/_common.html.haml
@@ -4,7 +4,7 @@
= event_action_name(event)
- if event.target
- %strong= link_to "##{event.target_iid}", [event.project.namespace.becomes(Namespace), event.project, event.target]
+ %strong= link_to "!#{event.target_iid}", [event.project.namespace.becomes(Namespace), event.project, event.target]
= event_preposition(event)