Sha256: 7920d2f03658b53adb60dc3ff5aa583ada8be0c7106568cc579923d0c0db2051

Contents?: true

Size: 717 Bytes

Versions: 2

Compression:

Stored size: 717 Bytes

Contents

%p.normal
  %label{ :for => "notifyio_notifier_email" } Email
  %input.text#notifyio_notifier_email{ :name => "notifiers[Notifyio][email]", :value => config['email'], :type => 'text' }
  %span.hint you can do multiple emails by splitting them with a comma (',')
 
%p.normal
  %label{ :for => "notifyio_notifier_api_key" } API key
  %input.text#notifyio_notifier_api_key{ :name => "notifiers[Notifyio][api_key]", :value => config['api_key'], :type => 'text' }

%p.normal
  %label{ :for => "notifyio_notifier_announce_success" } Notify on success?
  %input#notifyio_notifier_announce_success{ :name => "notifiers[Notifyio][announce_success]", :type => "checkbox", :checked => config['announce_success'], :value => "1" }

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
integrity-notifyio-0.2.3 lib/integrity/notifier/notifyio.haml
integrity-notifyio-0.2.1 lib/integrity/notifier/notifyio.haml