Sha256: 1a432999035e6d2d37a242ccab860155160e31196e5053e188ba62c5b456f3cf
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><%= commentable_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