diff options
author | Phil Hughes <me@iamphill.com> | 2016-04-25 16:56:17 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-04-25 16:56:17 +0100 |
commit | ca988b2be7a8c1144cb050b517fa4c763f5ca496 (patch) | |
tree | 91545de15cdcba383a2ebeaa072dadfbbe73e11b | |
parent | 172947f3660ee695e5126a8319fb82cbca1fa360 (diff) | |
download | gitlab-ce-ca988b2be7a8c1144cb050b517fa4c763f5ca496.tar.gz |
Fixed failing tests
-rw-r--r-- | app/views/projects/group_links/index.html.haml | 6 |
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? |