Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-19 16:39:32 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-03-19 16:39:32 +0400
commitb1bd3f1252eb529030f2295e4c2a991158894b64 (patch)
tree135e557c9505c740496a123b92fe5fe560c349ef /app/views/events/event/_note.html.haml
parent124a5e270e581bf3928559bd2de2c9c973c30952 (diff)
fix tests. added jquery.timeago.js
Diffstat (limited to 'app/views/events/event/_note.html.haml')
-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