Changes calendar activities to use target reference
This commit is contained in:
parent
bef4294c58
commit
d959abf01c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
|||
- else
|
||||
= 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.to_reference}", [event.project.namespace.becomes(Namespace), event.project, event.target]
|
||||
|
||||
at
|
||||
%strong
|
||||
|
|
Loading…
Reference in a new issue