aboutsummaryrefslogtreecommitdiff
path: root/views/search.haml
diff options
context:
space:
mode:
authorPatrick J Cherry <patrick@bytemark.co.uk>2012-11-30 14:52:24 +0000
committerPatrick J Cherry <patrick@bytemark.co.uk>2012-11-30 14:52:24 +0000
commite92e81943165dce60cdd9b2cf8ebdc1c55acc7fb (patch)
tree39df1adae252c9195fa3a1ea39dd4fe7ce71e861 /views/search.haml
parent044d34c09f446cfca04e8ff1c53a3c5435cf77d8 (diff)
Updated acknowledge form to allow more things to be done.
--HG-- rename : views/_acknowledge_input.haml => views/_alert_actions.haml
Diffstat (limited to 'views/search.haml')
-rw-r--r--views/search.haml4
1 files changed, 2 insertions, 2 deletions
diff --git a/views/search.haml b/views/search.haml
index dec227a..27c59ec 100644
--- a/views/search.haml
+++ b/views/search.haml
@@ -13,9 +13,9 @@
=@min_length
characters long.
- else
- %form#alerts{:method => :post, :action => '/alerts/acknowledge'}
+ %form#alerts{:method => :post, :action => '/alerts'}
= partial('search_table')
- unless @alerts.empty?
%h2 Actions
- %p= partial('acknowledge_input')
+ %p= partial('alert_actions')