Sha256: 06bf41d3e57a39b5cd7123a4755bb52ec08734e0b180cf7481ff63832e33d90c
Contents?: true
Size: 430 Bytes
Versions: 1
Compression:
Stored size: 430 Bytes
Contents
<h1>List of categories</h1> <h3><%= link_to 'Edit', edit_eventable_event_categorylist_path(@event) %></h3> <% @categorylist.items.group_by(&:group).each do |group, items| %> <h3><%=h group -%></h3> <table> <tr> <th>Active</th> <th>Name</th> </tr> <% items.each do |category_item| %> <tr> <td><%= '*' if category_item.active %></td> <td><%=h category_item.name %></td> </tr> <% end %> </table> <% end %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dcs-eventable-0.0.8 | app/views/eventable/categorylists/show.html.erb |