Sha256: 92e26ec8dd6f3c795aa53a88a5eda926b5eb15182ce4341c685938b3653bf5eb
Contents?: true
Size: 434 Bytes
Versions: 5
Compression:
Stored size: 434 Bytes
Contents
<%= heading("Listing your subscriptions") %> <table> <tr> <th width="100%"></th> <th></th> </tr> <% @threads.each do |thread| %> <tr> <td><%= commontable_name(thread) %></td> <td><%= link_to 'Unsubscribe', polymorphic_path([:unsubscribe, thread.commontable, :comments]), :confirm => 'Are you sure you want to unsubscribe from ' + commontable_name(thread) + '?' %></td> </tr> <% end %> </table>
Version data entries
5 entries across 5 versions & 1 rubygems