Sha256: 6589fa854619756c6f581ff02f4eb6ca55bd0f4c91d36f282eaab424eeee7f85
Contents?: true
Size: 420 Bytes
Versions: 33
Compression:
Stored size: 420 Bytes
Contents
<% social_links = (links("social") || []).to(3) %> <% if social_links.any? %> <% content_for :prefooter do -%> <% colspan = (12 / social_links.size) %> <%= row do %> <% social_links.each do |link| %> <%= span(colspan) do %> <%= link_to image_tag(link.icon.url(:i32)), menu_link_url(link), :rel => "tooltip", :title => link.label %> <% end %> <% end %> <% end %> <% end %> <% end %>
Version data entries
33 entries across 33 versions & 1 rubygems