diff options
author | Phil Hughes <me@iamphill.com> | 2016-06-29 14:27:25 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-06-29 14:27:25 +0100 |
commit | d959abf01c420540b7bb19775541b4fe77aed0ca (patch) | |
tree | 3ec9ced1112d4484798d810e2e7c2c8bbf7f624c /app/views/users | |
parent | bef4294c58e0bbadc01f633fc8bea514801de7ae (diff) | |
download | gitlab-ce-d959abf01c420540b7bb19775541b4fe77aed0ca.tar.gz |
Changes calendar activities to use target referencecal-activities-target-reference
Diffstat (limited to 'app/views/users')
-rw-r--r-- | app/views/users/calendar_activities.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/users/calendar_activities.html.haml b/app/views/users/calendar_activities.html.haml index 630d97e339d..f51599212db 100644 --- a/app/views/users/calendar_activities.html.haml +++ b/app/views/users/calendar_activities.html.haml @@ -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 |