diff options
author | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-08-19 14:11:52 +0100 |
---|---|---|
committer | Patrick J Cherry <patrick@bytemark.co.uk> | 2011-08-19 14:11:52 +0100 |
commit | 638a0cb31b5dd3c0131035c19c14e0ac709a9a2e (patch) | |
tree | 601104ed74c1bf8d9df6c8f629b8695f778fbf9d /views | |
parent | cdd1b094b27960595a8750247c5b2f2576cd5872 (diff) |
Added note-ability (fixes 1146)
Removed threaded notifications cos we don't need em. (ftw!)
Diffstat (limited to 'views')
-rw-r--r-- | views/_acknowledge_input.haml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/views/_acknowledge_input.haml b/views/_acknowledge_input.haml index 97847c8..82f3044 100644 --- a/views/_acknowledge_input.haml +++ b/views/_acknowledge_input.haml @@ -8,9 +8,9 @@ Acknowledge these alerts for hours %span#ack_until_text %input#ack_until{ :value => '', :type => :hidden, :name => 'ack_until' } --# %br --# with the note --# %input#note{ :name => 'note', :type => "text"} +%br +with the note +%input#note{ :name => 'note', :type => "text"} %input{ :type => 'submit', :value => 'Go!' } :javascript // Change of value in the hours box |