summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-11 12:11:54 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-11 12:11:54 +0200
commit8a179611262221f6f3cf2f8737d4340d74f0b282 (patch)
tree289c47436a82b018fd104b77c1f02def6c6b833b /app/views/projects/snippets
parent12cb7cee2669502843a17331cb04ada904ff6f81 (diff)
downloadgitlab-ce-8a179611262221f6f3cf2f8737d4340d74f0b282.tar.gz
Replace chosen with select2
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/snippets')
-rw-r--r--app/views/projects/snippets/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/snippets/_form.html.haml b/app/views/projects/snippets/_form.html.haml
index 68ba227045c..c4664a58a01 100644
--- a/app/views/projects/snippets/_form.html.haml
+++ b/app/views/projects/snippets/_form.html.haml
@@ -14,7 +14,7 @@
.col-sm-10= f.text_field :title, placeholder: "Example Snippet", class: 'form-control', required: true
.form-group
= f.label "Lifetime"
- .col-sm-10= f.select :expires_at, lifetime_select_options, {}, {class: 'chosen span2'}
+ .col-sm-10= f.select :expires_at, lifetime_select_options, {}, {class: 'select2 span2'}
.form-group
.file-editor
= f.label :file_name, "File"