Sha256: b1b396cfe5c721eacdbac924e0a49358df4c82ece44f644540f2a664fee94fef

Contents?: true

Size: 479 Bytes

Versions: 7

Compression:

Stored size: 479 Bytes

Contents

%h3 Notification Subscriptions

- content_for :sidebar do
  .space
    %h3 New Subscription
    = render :partial => "form"
    

%table#notification-subscriptions
  %tr
    %th.email Email Address
    %th.filter Filter
  - @notification_subscriptions.each do |ns|
    %tr
      %td.email= ns.email
      %td.filter= render :partial => "filters/summary", :locals => {:filter => ns.filter}
      %td.update= link_to "update", edit_whoops_notification_subscription_path(ns)

      

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
whoops-0.5.5 app/views/notification_subscriptions/index.html.haml
whoops-0.5.4 app/views/notification_subscriptions/index.html.haml
whoops-0.5.3 app/views/notification_subscriptions/index.html.haml
whoops-0.5.2 app/views/notification_subscriptions/index.html.haml
whoops-0.5.1 app/views/notification_subscriptions/index.html.haml
whoops-0.5.0 app/views/notification_subscriptions/index.html.haml
whoops-0.4.0 app/views/notification_subscriptions/index.html.haml