Commit 35287f10 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

twbs3 for system hooks

Signed-off-by: default avatarDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
parent b4d29d70
...@@ -8,17 +8,17 @@ ...@@ -8,17 +8,17 @@
%hr %hr
= form_for @hook, as: :hook, url: admin_hooks_path, html: { class: 'form-inline' } do |f| = form_for @hook, as: :hook, url: admin_hooks_path, html: { class: 'form-horizontal' } do |f|
-if @hook.errors.any? -if @hook.errors.any?
.alert.alert-danger .alert.alert-danger
- @hook.errors.full_messages.each do |msg| - @hook.errors.full_messages.each do |msg|
%p= msg %p= msg
.form-group .form-group
= f.label :url, "URL:" = f.label :url, "URL:", class: 'control-label'
.col-sm-10 .col-sm-10
= f.text_field :url, class: "text_field form-control input-xpadding" = f.text_field :url, class: "form-control"
&nbsp; .form-actions
= f.submit "Add System Hook", class: "btn btn-create" = f.submit "Add System Hook", class: "btn btn-create"
%hr %hr
-if @hooks.any? -if @hooks.any?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment