Commit faac0f26 authored by Phil Hughes's avatar Phil Hughes

Fixed issue based on feedback with link text output

parent 8e8df6d5
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment