Sha256: fa280e9cac2fa791636acaf132abab28d7324d2ce0b6ca6587d6fe0d38407d8d

Contents?: true

Size: 956 Bytes

Versions: 10

Compression:

Stored size: 956 Bytes

Contents

.filter
  = form_tag '', remote: true, method: :get do
    = select_tag :status, status_options(selected: params[:status]), onchange: '$(this.form).trigger(\'submit.rails\')'
    = select_tag :application, application_options(selected: params[:application]), prompt: 'All', onchange: '$(this.form).trigger(\'submit.rails\')'
    = select_tag :env, environment_options(selected: params[:env]), onchange: '$(this.form).trigger(\'submit.rails\')'
.actions
  = link_to 'Investigate', investigate_notifications_path, data: {ajax_method: :put}
  = link_to 'Fix', fix_notifications_path, data: {ajax_method: :put}
  = link_to 'Renew', renew_notifications_path, data: {ajax_method: :put}
  = link_to 'Destroy', notifications_path, data: {ajax_method: :delete}
= render partial: 'exception_notification_server/notifications/notifications', object: @notifications, as: :notifications, locals: {env: true, checkbox: true}
= will_paginate @notifications, remote: true

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
exception_notification_server-0.0.11 app/views/exception_notification_server/notifications/index.html.haml
exception_notification_server-0.0.10 app/views/exception_notification_server/notifications/index.html.haml
exception_notification_server-0.0.9 app/views/exception_notification_server/notifications/index.html.haml
exception_notification_server-0.0.8 app/views/exception_notification_server/notifications/index.html.haml
exception_notification_server-0.0.7 app/views/exception_notification_server/notifications/index.html.haml
exception_notification_server-0.0.6 app/views/exception_notification_server/notifications/index.html.haml
exception_notification_server-0.0.5 app/views/exception_notification_server/notifications/index.html.haml
exception_notification_server-0.0.4 app/views/exception_notification_server/notifications/index.html.haml
exception_notification_server-0.0.3 app/views/exception_notification_server/notifications/index.html.haml
exception_notification_server-0.0.2 app/views/exception_notification_server/notifications/index.html.haml