Sha256: e36cdadcc52fafc5ffd9e268decc13c17aac2f06cd4697f1e0f5258e3e0ed5bf

Contents?: true

Size: 345 Bytes

Versions: 33

Compression:

Stored size: 345 Bytes

Contents

<%- set_title "Topics in #{Blog.first.title}" -%>

<%- if @blog_categories.empty? -%>
<p>
  <em>No blog categories found.</em>
</p>
<%- else -%>
<ul>
<%- @blog_categories.each do |blog_category| -%>
  <li>
    <%= link_to blog_category.name, blog_category.url -%><br />
    <%= blog_category.description -%>
  </li>
<%- end -%>
</ul>
<%- end -%>

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
blog_logic-1.4.15 app/views/blog_categories/index.html.erb
blog_logic-1.4.14 app/views/blog_categories/index.html.erb
blog_logic-1.4.13 app/views/blog_categories/index.html.erb
blog_logic-1.4.12 app/views/blog_categories/index.html.erb
blog_logic-1.4.11 app/views/blog_categories/index.html.erb
blog_logic-1.4.10 app/views/blog_categories/index.html.erb
blog_logic-1.4.9 app/views/blog_categories/index.html.erb
blog_logic-1.4.8 app/views/blog_categories/index.html.erb
blog_logic-1.4.7 app/views/blog_categories/index.html.erb
blog_logic-1.4.6 app/views/blog_categories/index.html.erb
blog_logic-1.4.5 app/views/blog_categories/index.html.erb
blog_logic-1.4.4 app/views/blog_categories/index.html.erb
blog_logic-1.4.3 app/views/blog_categories/index.html.erb
blog_logic-1.4.2 app/views/blog_categories/index.html.erb
blog_logic-1.4.1 app/views/blog_categories/index.html.erb
blog_logic-1.4.0 app/views/blog_categories/index.html.erb
blog_logic-1.3.1 app/views/blog_categories/index.html.erb
blog_logic-1.3.0 app/views/blog_categories/index.html.erb
blog_logic-1.2.4 app/views/blog_categories/index.html.erb
blog_logic-1.2.3 app/views/blog_categories/index.html.erb