Sha256: 1473cef49ab355a5a04c2c65051414ee4cfb193f9710934dfe6ccca505e1d260

Contents?: true

Size: 259 Bytes

Versions: 1

Compression:

Stored size: 259 Bytes

Contents

<% if @sections.present? %>
  <h5>Jump to Section</h5>
  <div id="form-nav">
    <ul class="nav nav-list">
      <% @sections.each do |id, title| %>
        <li><a href="#<%=id%>"><%= title %></a></li>
      <% end %>
    </ul>
  </div>
  
  <hr />
<% end %>

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
outpost-cms-0.0.3 app/views/outpost/shared/_form_nav.html.erb