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 16:55:03 +0300
committerPhil Hughes <me@iamphill.com>2016-04-25 16:55:03 +0300
commit172947f3660ee695e5126a8319fb82cbca1fa360 (patch)
tree6b9186dbd0943ae6f5c8ef9740aa99d181591a23 /app/views/projects/group_links
parent5542c9456c44816d45caba42b00389da0b1d1f26 (diff)
Updated select box to match design
Diffstat (limited to 'app/views/projects/group_links')
-rw-r--r--app/views/projects/group_links/index.html.haml4
1 files changed, 3 insertions, 1 deletions
diff --git a/app/views/projects/group_links/index.html.haml b/app/views/projects/group_links/index.html.haml
index 627419c1b18..13cdac2102f 100644
--- a/app/views/projects/group_links/index.html.haml
+++ b/app/views/projects/group_links/index.html.haml
@@ -14,7 +14,9 @@
= groups_select_tag(:link_group_id, skip_group: @project.group.try(:path))
.form-group
= label_tag :link_group_access, "Max access level", class: "label-light"
- = select_tag :link_group_access, options_for_select(ProjectGroupLink.access_options, ProjectGroupLink.default_access), class: "form-control"
+ .select-wrapper
+ = 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
%hr