summaryrefslogtreecommitdiff
path: root/app/views/snippets
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-01 22:11:18 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-01 22:11:18 +0200
commit5fa805a7ba9e6dd437a5bbda1ea28741d0d8b9ee (patch)
treee156f0730ccdba3aee242623b60401fa1cd563e6 /app/views/snippets
parenta9fba2cd0acf847bced02e5ff3673b41adca151a (diff)
downloadgitlab-ce-5fa805a7ba9e6dd437a5bbda1ea28741d0d8b9ee.tar.gz
Restyle issue form. Replace inputs
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/snippets')
-rw-r--r--app/views/snippets/_form.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/snippets/_form.html.haml b/app/views/snippets/_form.html.haml
index 210277f436d..9675a2ec6d5 100644
--- a/app/views/snippets/_form.html.haml
+++ b/app/views/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 "Access"
.col-sm-10