diff options
Diffstat (limited to 'app/views/hooks/index.html.haml')
| -rw-r--r-- | app/views/hooks/index.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/hooks/index.html.haml b/app/views/hooks/index.html.haml index 88a5a7dcffe..808a348133c 100644 --- a/app/views/hooks/index.html.haml +++ b/app/views/hooks/index.html.haml @@ -18,7 +18,7 @@ .input = f.text_field :url, class: "text_field xxlarge" - = f.submit "Add Web Hook", class: "btn btn-primary" + = f.submit "Add Web Hook", class: "btn btn-create" %hr -if @hooks.any? |
