Fixed issue based on feedback with link text output
This commit is contained in:
parent
8e8df6d562
commit
faac0f261e
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue