Sha256: 2bd3f295ce07718b18876ad91391f880b180d8fe7f779acb2d9d7a80dc3aa1e5

Contents?: true

Size: 317 Bytes

Versions: 23

Compression:

Stored size: 317 Bytes

Contents

<div class="sections">
<%- sections.select { |s| data[s] }.each do |section_key| -%>
  <h3><%= t("txt.views.layouts.sections.#{section_key}", :default => section_key.humanize) %></h3>
  <%- data[section_key].keys.sort.each do |sort_key| -%>
    <%= raw data[section_key][sort_key] %>
  <%- end -%>
<%- end -%>
</div>

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
iqvoc-3.2.11 app/views/layouts/_sections.html.erb
iqvoc-3.2.10 app/views/layouts/_sections.html.erb
iqvoc-3.2.9 app/views/layouts/_sections.html.erb
iqvoc-3.2.8 app/views/layouts/_sections.html.erb
iqvoc-3.5.7 app/views/layouts/_sections.html.erb
iqvoc-3.5.6 app/views/layouts/_sections.html.erb
iqvoc-3.5.5 app/views/layouts/_sections.html.erb
iqvoc-3.5.4 app/views/layouts/_sections.html.erb
iqvoc-3.2.7 app/views/layouts/_sections.html.erb
iqvoc-3.5.3 app/views/layouts/_sections.html.erb
iqvoc-3.5.2 app/views/layouts/_sections.html.erb
iqvoc-3.5.1 app/views/layouts/_sections.html.erb
iqvoc-3.5.0 app/views/layouts/_sections.html.erb
iqvoc-3.4.0 app/views/layouts/_sections.html.erb
iqvoc-3.3.4 app/views/layouts/_sections.html.erb
iqvoc-3.3.3 app/views/layouts/_sections.html.erb
iqvoc-3.3.2 app/views/layouts/_sections.html.erb
iqvoc-3.3.1 app/views/layouts/_sections.html.erb
iqvoc-3.3.0 app/views/layouts/_sections.html.erb
iqvoc-3.2.6 app/views/layouts/_sections.html.erb