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:
Diffstat (limited to 'app/views/dashboard/index.html.haml')
-rw-r--r--app/views/dashboard/index.html.haml8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/dashboard/index.html.haml b/app/views/dashboard/index.html.haml
index 39b05d0c6ea..289e8d0a989 100644
--- a/app/views/dashboard/index.html.haml
+++ b/app/views/dashboard/index.html.haml
@@ -20,8 +20,8 @@
.row
.dashboard_block
.row
- .span4
- %div.prettyprint.ipadded
+ .span4.right
+ %div.borders.ipadded
%h1
= pluralize current_user.projects.count, "project", "projects"
- if current_user.can_create_project?
@@ -34,9 +34,9 @@
%br
= link_to new_project_path, :class => "btn" do
New Project ยป
- .span10.right= render "dashboard/projects_feed", :projects => @active_projects
+ .span10.left= render "dashboard/projects_feed", :projects => @active_projects
- if @last_push
- .ui-box.padded.prepend-top-20
+ .padded.prepend-top-20
%h5
%small Latest push was to the #{@last_push.branch_name} branch of #{@last_push.project.name}:
%ul.unstyled= render @last_push