diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-19 14:39:32 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-03-19 14:39:32 +0200 |
commit | b1bd3f1252eb529030f2295e4c2a991158894b64 (patch) | |
tree | 135e557c9505c740496a123b92fe5fe560c349ef /app/views/events | |
parent | 124a5e270e581bf3928559bd2de2c9c973c30952 (diff) | |
download | gitlab-ce-b1bd3f1252eb529030f2295e4c2a991158894b64.tar.gz |
fix tests. added jquery.timeago.js
Diffstat (limited to 'app/views/events')
-rw-r--r-- | app/views/events/event/_note.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/event/_note.html.haml b/app/views/events/event/_note.html.haml index 199785e63ff..8bcfa95ff62 100644 --- a/app/views/events/event/_note.html.haml +++ b/app/views/events/event/_note.html.haml @@ -11,7 +11,7 @@ #{event.note_target_type} ##{truncate event.note_target_id} - elsif event.wall_note? - = link_to 'wall', wall_project_path(event.project) + = link_to 'wall', project_wall_path(event.project) - else %strong (deleted) at |