Sha256: 1d229c5829a3be76da5abab63565e22d870336ce645223cb9e755aaf8797e095

Contents?: true

Size: 422 Bytes

Versions: 1

Compression:

Stored size: 422 Bytes

Contents

<h1 class="title"><%= @category.title %></h1>

<div class="description">
  <%= simple_format @category.description %>
</div>

<div class="articles">
  <% @category.articles.each do |article| %>
  <div class="article">
    <h2 class="title"><%= link_to article.title, category_article_path(@category, article) %></h2>

    <div class="description"><%= simple_format article.description %></div>
  </div>
  <% end %>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
knowledge_base-0.0.3 app/views/knowledge_base/categories/show.html.erb