Sha256: 2baddbd3f7e32e34d35c6b259aa37c832573394ea21178705a4f3b6cadfe9d1d
Contents?: true
Size: 802 Bytes
Versions: 6
Compression:
Stored size: 802 Bytes
Contents
<h1>Listing admin_contents</h1> <table> <thead> <tr> <th>Title</th> <th>Publish at</th> <th>Language</th> <th></th> <th></th> <th></th> </tr> </thead> <tbody> <% @admin_contents.each do |admin_content| %> <tr> <td><%= admin_content.title %></td> <td><%= admin_content.published_at %></td> <td><%= admin_content.language.name %></td> <td><%= link_to 'Show', [:admin, @odania_menu, admin_content] %></td> <td><%= link_to 'Edit', edit_admin_odania_menu_odania_content_path(@odania_menu, admin_content) %></td> <td><%= link_to 'Destroy', [:admin, @odania_menu, admin_content], method: :delete, data: {confirm: 'Are you sure?'} %></td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'New Content', new_admin_odania_menu_odania_content_path(@odania_menu) %>
Version data entries
6 entries across 6 versions & 1 rubygems