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:
authorPhil Hughes <me@iamphill.com>2016-04-25 18:56:17 +0300
committerPhil Hughes <me@iamphill.com>2016-04-25 18:56:17 +0300
commitca988b2be7a8c1144cb050b517fa4c763f5ca496 (patch)
tree91545de15cdcba383a2ebeaa072dadfbbe73e11b /app/views/projects/group_links
parent172947f3660ee695e5126a8319fb82cbca1fa360 (diff)
Fixed failing tests
Diffstat (limited to 'app/views/projects/group_links')
-rw-r--r--app/views/projects/group_links/index.html.haml6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/views/projects/group_links/index.html.haml b/app/views/projects/group_links/index.html.haml
index 13cdac2102f..2b904544f28 100644
--- a/app/views/projects/group_links/index.html.haml
+++ b/app/views/projects/group_links/index.html.haml
@@ -18,11 +18,9 @@
= select_tag :link_group_access, options_for_select(ProjectGroupLink.access_options, ProjectGroupLink.default_access), class: "form-control select-control"
%span.caret
= submit_tag "Share", class: "btn btn-create"
- .col-sm-12
+ .col-lg-9.col-lg-offset-3
%hr
- .col-lg-3.settings-sidebar
- %h4.prepend-top-0
- .col-lg-9.append-bottom-default
+ .col-lg-9.col-lg-offset-3.append-bottom-default.enabled-groups
%h5.prepend-top-0
Groups you share with (#{@group_links.size})
- if @group_links.present?