Sha256: c5de6f59b6a5d75ee2855c619611fd1fd31d2dd3098b3949475aa77e3a391af5
Contents?: true
Size: 600 Bytes
Versions: 6
Compression:
Stored size: 600 Bytes
Contents
= big_list_item do .item-title %strong= subscriber_group.title .item-actions .item-action.edit< = link_to image_tag('forge/icons/edit.png'), edit_forge_subscriber_group_path(subscriber_group) %small= link_to "Edit", edit_forge_subscriber_group_path(subscriber_group) .item-action.last< = link_to image_tag('forge/icons/delete.png'), forge_subscriber_group_path(subscriber_group), :method => :delete, :confirm => "Are you sure?" %small= link_to "Delete", forge_subscriber_group_path(subscriber_group), :method => :delete, :confirm => "Are you sure?" .spacer
Version data entries
6 entries across 6 versions & 1 rubygems