Sha256: 3e706398283b4f1b7834f304b839ce0c0e10ca97fc1076206a0148d251fcbaed

Contents?: true

Size: 658 Bytes

Versions: 11

Compression:

Stored size: 658 Bytes

Contents

= big_list_item do
  .item-title
    %strong= link_to subscriber.name, "mailto:#{subscriber.email}"
  .item-actions
    .item-action.edit
      = link_to image_tag('forge/icons/edit.png', :style => "vertical-align: middle;"), edit_forge_subscriber_path(subscriber)
      %small= link_to "Edit", edit_forge_subscriber_path(subscriber)
    .item-action.last<
      = link_to image_tag('forge/icons/delete.png', :style => "vertical-align: middle;"), forge_subscriber_path(subscriber), :method => :delete, :confirm => "Are you sure?"
      %small= link_to "Delete", forge_subscriber_path(subscriber), :method => :delete, :confirm => "Are you sure?"
  
  .spacer

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
forge-cli-0.1.10 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.1.9 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.1.8 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.1.7 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.1.6 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.1.5 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.1.4 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.1.3 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.1.2 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.1.1 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.1.0 lib/forge/app/views/forge/subscribers/_subscriber.html.haml