diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-07 23:20:10 +0300 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-08-07 23:20:10 +0300 |
| commit | 49fa9907ae55be4922929def98afb9be29281c1e (patch) | |
| tree | 11f19cec6cc33e360c66c08b96ed95309b6598d9 /app/views/admin/hooks | |
| parent | a43a38039476598fe1e959b29d7033a5b1b1c8d0 (diff) | |
| download | gitlab-ce-49fa9907ae55be4922929def98afb9be29281c1e.tar.gz | |
use control-group classes for inline forms in admin area
Diffstat (limited to 'app/views/admin/hooks')
| -rw-r--r-- | app/views/admin/hooks/index.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/admin/hooks/index.html.haml b/app/views/admin/hooks/index.html.haml index 7c3b999afb3..0830bc32b91 100644 --- a/app/views/admin/hooks/index.html.haml +++ b/app/views/admin/hooks/index.html.haml @@ -10,9 +10,9 @@ .alert.alert-error - @hook.errors.full_messages.each do |msg| %p= msg - .clearfix + .control-group = f.label :url, "URL:" - .input + .controls = f.text_field :url, class: "text_field xxlarge input-xpadding" = f.submit "Add System Hook", class: "btn btn-create" |
