Sha256: 92ce926c04eada2dd77f115fc17c7b43f71956cddafc22792aaa518189cc99ad
Contents?: true
Size: 534 Bytes
Versions: 28
Compression:
Stored size: 534 Bytes
Contents
<div id="notifications_list"> <div class="title">Unsubscribe from notifications</div> <%= flash[:message] %> <div class="inner"> <% @unsubscribale_types.each do |type| %> <div class="item"> <%= type %> <% if NotifyUser::Unsubscribe.has_unsubscribed_from(@user, type).empty? %> <%= link_to "Unsubscribe", notify_user_notifications_unsubscribe_path(:type => type) %> <% else %> <%= link_to "Subscribe", notify_user_notifications_subscribe_path(:type => type) %> <% end %> </div> <% end %> </div> </div>
Version data entries
28 entries across 28 versions & 1 rubygems