Sha256: 27a9d5cc9c7e7e4fd329a631879ebce49f9b03cd824a456624c29d17dda8f892
Contents?: true
Size: 392 Bytes
Versions: 1
Compression:
Stored size: 392 Bytes
Contents
<h2 class="title"><%= list.title %></h2> <% if list.image? %> <%= image_tag list.image %> <% end %> <div class="description"> <%= simple_format list.description %> </div> <ul class="items"> <% list.items.each do |item| %> <li class="item"> <h2><%= item.title %></h2> <div class="body"> <%= simple_format item.body %> </div> </li> <% end %> </ul>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
knowledge_base-0.2.0 | app/views/knowledge_base/sectionables/lists/_list.html.erb |