diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-01 22:35:40 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-01 22:35:40 +0300 |
commit | e834742407a74c26a443cce888c8ab0c210bf1cd (patch) | |
tree | 96a3d71634736e37448e6448d68f9d107023f13a /app/views/projects/hooks | |
parent | b8f6d67b96991e8089fb3b139d4e17994af60b17 (diff) | |
download | gitlab-ce-e834742407a74c26a443cce888c8ab0c210bf1cd.tar.gz |
Dont load bootstrap buttons. Modified css with new buttons
Diffstat (limited to 'app/views/projects/hooks')
-rw-r--r-- | app/views/projects/hooks/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/projects/hooks/index.html.haml b/app/views/projects/hooks/index.html.haml index c4b51d09335..a85f50491d6 100644 --- a/app/views/projects/hooks/index.html.haml +++ b/app/views/projects/hooks/index.html.haml @@ -14,7 +14,7 @@ .clearfix = f.label :url, "URL:" .input - = f.text_field :url, class: "text_field xxlarge" + = f.text_field :url, class: "text_field xxlarge input-xpadding", placeholder: 'http://example.com/trigger-ci.json' = f.submit "Add Web Hook", class: "btn btn-create" %hr |