Sha256: 274ffb0ea2dc6529723f76965d90abc3ec91324c78a4f09c3f7ca6323a96cbcc
Contents?: true
Size: 668 Bytes
Versions: 1
Compression:
Stored size: 668 Bytes
Contents
<h1>Listing Seo Page Defaults</h1> <table> <thead> <tr> <th>Page title</th> <th>Meta keywrods</th> <th>Meta description</th> <th></th> <th></th> <th></th> </tr> </thead> <tbody> <% @seo_page_defaults.each do |seo_page_default| %> <tr> <td><%= seo_page_default.page_title %></td> <td><%= seo_page_default.meta_keywords %></td> <td><%= seo_page_default.meta_description %></td> <td><%= link_to 'Show', seo_page_default %></td> <td><%= link_to 'Edit', edit_seo_page_default_path(seo_page_default) %></td> <td></td> </tr> <% end %> </tbody> </table>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
seo_pages-1.0.0 | app/views/seo/seo_page_defaults/index.html.erb |