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-12-31 01:55:15 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-12-31 01:55:15 +0400
commit1b1a408a717b6ad1ca3f15bf1b13b8251a5a33e4 (patch)
tree887868271938d860a4bb8e727262735f558ec7d8 /app/views/layouts/project_settings.html.haml
parent447b46ca186d3b1fc14898bbd932485569d71c68 (diff)
Convert span into col-md
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/layouts/project_settings.html.haml')
-rw-r--r--app/views/layouts/project_settings.html.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/layouts/project_settings.html.haml b/app/views/layouts/project_settings.html.haml
index 6a10d6cf9e1..a55f043f2cf 100644
--- a/app/views/layouts/project_settings.html.haml
+++ b/app/views/layouts/project_settings.html.haml
@@ -15,7 +15,7 @@
.container
.content
.row
- .span2
+ .col-md-2
= render "projects/settings_nav"
- .span10
+ .col-md-10
= yield