Sha256: 6aca30cd7a934fbe55f83c12010c03bbb8d90342f8a231dae68ea290f0990e82

Contents?: true

Size: 611 Bytes

Versions: 1

Compression:

Stored size: 611 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\')'
= render partial: 'exception_notification_server/notifications/notifications', object: @notifications, as: :notifications
= will_paginate @notifications, remote: true

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
exception_notification_server-0.0.1 app/views/exception_notification_server/notifications/index.html.haml