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:
authorrandx <dmitriy.zaporozhets@gmail.com>2012-10-23 00:37:50 +0400
committerrandx <dmitriy.zaporozhets@gmail.com>2012-10-23 00:37:50 +0400
commite51b2d58e7e751b62d1d924e3c494117fd9d0604 (patch)
tree9c6b65020aca3b120e1ef9c353a443c3ee491a51 /app/views/dashboard
parent42abdf69d59ecf28688af5994ff2e324c50a6d33 (diff)
Restyled last push widget. Increased line-height for td in tables
Diffstat (limited to 'app/views/dashboard')
-rw-r--r--app/views/dashboard/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/dashboard/index.html.haml b/app/views/dashboard/index.html.haml
index dc520a22641..6c4ff96bb50 100644
--- a/app/views/dashboard/index.html.haml
+++ b/app/views/dashboard/index.html.haml
@@ -1,6 +1,7 @@
- if @projects.any?
.projects
.activities.span8
+ = render "events/event_last_push", event: @last_push
= render 'shared/no_ssh'
- if @events.any?
.content_list= render @events
@@ -8,7 +9,6 @@
%h4.nothing_here_message Projects activity will be displayed here
.loading.hide
.side
- = render "events/event_last_push", event: @last_push
- if @groups.present?
= render "groups", groups: @groups
= render "projects", projects: @projects