Sha256: 2f598d1fb56e07ddbe04395704ec5721c652cdd7553822ae7769f453a8dd403c
Contents?: true
Size: 716 Bytes
Versions: 2
Compression:
Stored size: 716 Bytes
Contents
<h3>Mailing List Classes</h3> <table class="mainTable" cellspacing="0" cellpadding="4"> <tr> <th>Name</th> <th>Description</th> </tr> <% for mailinglist_class in @mailinglist_classes %> <tr> <td><%= link_to mailinglist_class.name, :controller => "mailinglist", :action => 'show', :id => mailinglist_class %></td> <td><%=h mailinglist_class.description %></td> <td><%= link_to 'Edit', :controller => "mailinglist", :action => 'edit', :id => mailinglist_class %></td> <td><%= link_to_image "remove.gif", { :controller => "mailinglist", :action => 'remove', :id => mailinglist_class }, :post => true, :confirm => 'Are you sure you want to remove this mailinglist?' %> </tr> <% end %> </table>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
sugoi-mail-0.1.5 | app/views/mailinglist/list_mailinglist_classes.rhtml |
sugoi-mail-0.3.0 | app/views/mailinglist/list_mailinglist_classes.rhtml |