Sha256: e10126e7e7c44820258ec63c91efa5b9fcfdd3aa4d82f8d9e98237ed21975b10

Contents?: true

Size: 295 Bytes

Versions: 2

Compression:

Stored size: 295 Bytes

Contents

<ol class="breadcrumb">
  <% links.each do |link| %>
      <% if link[:title] == links.last[:title] %>
          <li class="active"><%= link[:title] %></li>
      <% else %>
          <li><a href="<%= link[:url] %>"><%= link[:title] %></a></li>
      <% end %>
  <% end %>
  <br/>
</ol>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
knitkit-3.2.0 app/views/shared/knitkit/_bread_crumb.html.erb
knitkit-3.0.0 app/views/shared/knitkit/_bread_crumb.html.erb