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