Sha256: 01f56750cae9bdbbfee7ff97c263626696be50dd00f8ebbb81d2f9fe7b026d88

Contents?: true

Size: 324 Bytes

Versions: 1

Compression:

Stored size: 324 Bytes

Contents

<% if link_section.title.present? %>
<% x = assign(:heading_level).to_i + 1 %>
<h<%= x %>><%=link_section.title%></h<%= x %>>
<% end %>
<% if link_section.links.any? %>
  <ul class="links">
    <% link_section.links.each do |link| %>
      <li><%=link_to link.title, link.url%></li>
    <% end %>
  </ul>
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
skylinecms-3.0.7 app/templates/skyline/sections/link_section/default/index.html.erb