Sha256: 245d6a2b418e59c421ad7930642d72b0b0919c0943da85bf212f2f1e3777cb19

Contents?: true

Size: 287 Bytes

Versions: 4

Compression:

Stored size: 287 Bytes

Contents

<ol class="breadcrumb">
  <% breadcrumb.each do |route| %>
    <li class="<%= 'active' if breadcrumb.last == route %>">
      <% if route[:url] %>
        <%= link_to route[:title], route[:url] %>
      <% else %>
        <%= route[:title] %>
      <% end %>
    </li>
  <% end %>
</ol>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
binco-2.0.1 app/views/binco/_breadcrumb.html.erb
binco-0.0.3 app/views/binco/_breadcrumb.html.erb
binco-0.0.2 app/views/binco/_breadcrumb.html.erb
binco-0.0.1 app/views/binco/_breadcrumb.html.erb