Sha256: e7a1f37686867df9c68014ac4f871b51de2ef3a0e7c3b4d37d6276fdffd2063a
Contents?: true
Size: 424 Bytes
Versions: 10
Compression:
Stored size: 424 Bytes
Contents
<% chapter.pages.in_groups_of(4, false).each_with_index do |page_group, index| %> <div class="ov_chapter"> <span class="heading-5"><%= "Kapitel #{chapter.position + 1}" if index == 0 %></span> <span class="heading-4"><%= chapter.title if index == 0 %></span> <%= render :partial => 'pageflow/entries/overview/page', :collection => page_group, :locals => {:chapter => chapter} %> </div> <% end %>
Version data entries
10 entries across 10 versions & 1 rubygems