Commit 6f51d9a5 authored by Annabel Dunstone's avatar Annabel Dunstone

Remove .form-horizontal from git hooks page

parent 22cbe843
......@@ -6,7 +6,7 @@
%hr.clearfix
= form_for [:admin, @git_hook], html: { class: 'form-horizontal' } do |f|
= form_for [:admin, @git_hook] do |f|
-if @git_hook.errors.any?
.alert.alert-danger
- @git_hook.errors.full_messages.each do |msg|
......
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