Sha256: 0adac3bd9c4faa525fd91851e4c60503e06b1949544a6d8b1902e47205567b41

Contents?: true

Size: 315 Bytes

Versions: 1

Compression:

Stored size: 315 Bytes

Contents

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

<div class="description">
  <%= simple_format @article.description %>

  <% @article.sections.each do |section| %>
    <div class="<%= section.sectionable.class.name.demodulize.downcase %> section">
      <%= render section.sectionable %>
    </div>
  <% end %>
</div>

Version data entries

1 entries across 1 versions & 1 rubygems

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