Fixed issue based on feedback with link text output

This commit is contained in:
Phil Hughes 2016-03-01 13:04:59 +00:00
parent 8e8df6d562
commit faac0f261e
1 changed files with 1 additions and 1 deletions

View File

@ -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)