summaryrefslogtreecommitdiff
path: root/app/views/events
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-19 14:39:32 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-19 14:39:32 +0200
commitb1bd3f1252eb529030f2295e4c2a991158894b64 (patch)
tree135e557c9505c740496a123b92fe5fe560c349ef /app/views/events
parent124a5e270e581bf3928559bd2de2c9c973c30952 (diff)
downloadgitlab-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.haml2
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