Sha256: 3a01b448016dc5c60488d047762f9868786c910c1281ebd504c4322495516c4e
Contents?: true
Size: 975 Bytes
Versions: 12
Compression:
Stored size: 975 Bytes
Contents
<footer class="mdl-mega-footer"> <div class="mdl-mega-footer__middle-section"> <div class="mdl-mega-footer__drop-down-section"> <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked> <% footer.menus.each_with_index do |menu, index| next if index == footer.menus.size - 1 %> <h1 class="mdl-mega-footer__heading"><%= menu.title %></h1> <ul class="mdl-mega-footer__link-list"> <% menu.items.each do |item| %> <%= partial "body/footers/menu_item", :locals => {item: item} %> <% end %> </ul> <% end %> </div> <% menu = footer.menus.last %> <div class="mdl-mega-footer__bottom-section"> <div class="mdl-logo"><%= menu.title %></div> <ul class="mdl-mega-footer__link-list"> <% menu.items.each do |item| %> <%= partial "body/footers/menu_item", :locals => {item: item} %> <% end %> </ul> </div> </div> </footer>
Version data entries
12 entries across 12 versions & 1 rubygems