Sha256: 8bbc5025a6d51556de3cc452d672894eadb3e51b074bb4c4771f46f40cffdb54

Contents?: true

Size: 685 Bytes

Versions: 13

Compression:

Stored size: 685 Bytes

Contents

= big_list_item do
  .item-title
    %strong= link_to subscriber.name, "mailto:#{subscriber.email}"
  .item-actions
    .item-action.edit{:style => "width: 110px;"}<
      = 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

13 entries across 13 versions & 1 rubygems

Version Path
forge-cli-0.0.18 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.0.17 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.0.16 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.0.15 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.0.14 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.0.13 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.0.12 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.0.11 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.0.10 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.0.9 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.0.8 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.0.7 lib/forge/app/views/forge/subscribers/_subscriber.html.haml
forge-cli-0.0.6 lib/forge/app/views/forge/subscribers/_subscriber.html.haml