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>2012-12-09 18:03:24 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2012-12-09 18:03:24 +0400
commitf1dfc27c5dad642d2d2c446f1a3fd865464b6fa6 (patch)
treeec9ebd73a12c83cf4ac1488decff550ab1814d6d /app/views/events/_event_last_push.html.haml
parentf4d9059b7e2d1750abbe3ff9a41d3e854df68ffb (diff)
Replace project with namespace for events
Diffstat (limited to 'app/views/events/_event_last_push.html.haml')
-rw-r--r--app/views/events/_event_last_push.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/events/_event_last_push.html.haml b/app/views/events/_event_last_push.html.haml
index e15f1ac063c..b2376019c8e 100644
--- a/app/views/events/_event_last_push.html.haml
+++ b/app/views/events/_event_last_push.html.haml
@@ -6,7 +6,7 @@
= link_to project_commits_path(event.project, event.ref_name) do
%strong= truncate(event.ref_name, length: 28)
at
- %strong= link_to event.project.name, event.project
+ %strong= link_to_project event.project
%span
= time_ago_in_words(event.created_at)
ago.