Sha256: 0dbb6031caa59283a9316493f364f1a89531550812cf9e1ad39917c2282a192d
Contents?: true
Size: 691 Bytes
Versions: 1
Compression:
Stored size: 691 Bytes
Contents
%h1 = tw("subscriptions.show.users_subscription", user: @item.entity.to_s) = link_to toggle_subscription_path(@item), :remote => true, :class => "link link-sm subscription-state", :confirm => t(".toggle_confirm"), :method => :post do = display_subscription_state @item .box.noborder .dl-horizontal %dt= tw("attributes.name") %dd= @item.entity.to_s %dt= tw("attributes.email") %dd= @list.context.destination_for(@item.entity) %dt= tw(:label_list) %dd= link_to friendly_name(@list), @list %h2.border = tw("logs.past_deliveries") = smart_listing_render :delivered_logs %h2.border = tw("logs.scheduled_deliveries") = smart_listing_render :scheduled_logs
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
maily_herald-webui-0.8.0 | app/views/maily_herald/webui/subscriptions/show.html.haml |