Sha256: 1de517710e1bb6d96a4e103d76db7d5473e90b45544f38fdf9bb87a7dd839477
Contents?: true
Size: 547 Bytes
Versions: 1
Compression:
Stored size: 547 Bytes
Contents
<p id="notice"><%= notice %></p> <h1>Categorias: <%= @section.name %></h1> <table> <thead> <tr> <th>Categoria</th> </tr> </thead> <tbody> <% @categories.each do |category| %> <tr> <td> <%= link_to category.name, cas.edit_section_category_path(@section, category), id: "edit-category-#{category.id}" %> </td> </tr> <% end %> </tbody> </table> <br> <%= link_to 'Nova categoria', cas.new_section_category_path(@section), id: 'new-category' %>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cas-cms-0.1.0 | app/views/cas/sections/categories/index.html.erb |