summaryrefslogtreecommitdiff
path: root/app/views/projects/snippets/_form.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/projects/snippets/_form.html.haml')
-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 4b79cab8656..68ba227045c 100644
--- a/app/views/projects/snippets/_form.html.haml
+++ b/app/views/projects/snippets/_form.html.haml
@@ -11,7 +11,7 @@
.form-group
= f.label :title
- .col-sm-10= f.text_field :title, placeholder: "Example Snippet", class: 'input-lg', required: true
+ .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'}