diff options
author | Phil Hughes <me@iamphill.com> | 2016-03-01 13:04:59 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-03-01 13:04:59 +0000 |
commit | faac0f261e7f3b1b7b78ac46bbedae636d09850a (patch) | |
tree | db2154f9d293d449f40eb87bf77b077120415bd0 | |
parent | 8e8df6d562f2cfc8d351279ec57ece939cab2b1b (diff) | |
download | gitlab-ce-faac0f261e7f3b1b7b78ac46bbedae636d09850a.tar.gz |
Fixed issue based on feedback with link text output
-rw-r--r-- | app/views/events/event/_common.html.haml | 2 |
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 a606640b0f1..e9e16a7646f 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.to_reference}", [event.project.namespace.becomes(Namespace), event.project, event.target] + %strong= link_to event.target.to_reference, [event.project.namespace.becomes(Namespace), event.project, event.target] = event_preposition(event) |