summaryrefslogtreecommitdiff
path: root/app/views/projects/group_links
diff options
context:
space:
mode:
authorClement Ho <ClemMakesApps@gmail.com>2016-08-23 11:02:52 -0500
committerClement Ho <ClemMakesApps@gmail.com>2016-10-05 17:39:52 -0500
commite23c1d88e2d20ffd5cadde6bb06148b9295461b5 (patch)
treece8d5d14042832e46440a6a7ab488499cb323aca /app/views/projects/group_links
parent7e493b11546f15f7871a249474edf6afd418af89 (diff)
downloadgitlab-ce-e23c1d88e2d20ffd5cadde6bb06148b9295461b5.tar.gz
Replace bootstrap caret with fontawesome caret
Diffstat (limited to 'app/views/projects/group_links')
-rw-r--r--app/views/projects/group_links/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/group_links/index.html.haml b/app/views/projects/group_links/index.html.haml
index 4c5dd9b88bf..1b0dbbb8111 100644
--- a/app/views/projects/group_links/index.html.haml
+++ b/app/views/projects/group_links/index.html.haml
@@ -16,7 +16,7 @@
= label_tag :link_group_access, "Max access level", class: "label-light"
.select-wrapper
= select_tag :link_group_access, options_for_select(ProjectGroupLink.access_options, ProjectGroupLink.default_access), class: "form-control select-control"
- %span.caret
+ = icon('caret-down')
.form-group
= label_tag :expires_at, 'Access expiration date', class: 'label-light'
.clearable-input