Sha256: 7d1d4f6e52246a4eb012b36a1e5faec1411fdf6febacf0700e053cb8123f579a

Contents?: true

Size: 577 Bytes

Versions: 10

Compression:

Stored size: 577 Bytes

Contents

<%- navigation.each do |topic_group| -%>
  <%- if topic_id.start_with?(topic_group[:id]) %>
    <li class="hidden-xs active">
      <%- if topic_group.has_key?(:topics) -%>
        <a href="<%= subtopic_shim %><%= topic_group[:path] %>"><%= topic_group[:name] %></a>
      <%- else -%>
        <%= topic_group[:name] %>
      <%- end -%>
    </li>
  <%- end -%>
  <%- if topic_group.has_key?(:topics) -%>
    <%= render("_templates/_breadcrumb.html.erb", :navigation => topic_group[:topics], :topic_id => topic_id, :subtopic_shim => subtopic_shim) %>
  <%- end -%>
<%- end -%>

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
ascii_binder_gabriel_rh-0.0.1 templates/_templates/_breadcrumb.html.erb
ascii_binder-1.2 templates/_templates/_breadcrumb.html.erb
ascii_binder-1.0.1 templates/_templates/_breadcrumb.html.erb
ascii_binder-1.0 templates/_templates/_breadcrumb.html.erb
ascii_binder-0.2.3 templates/_templates/_breadcrumb.html.erb
ascii_binder-0.2.2 templates/_templates/_breadcrumb.html.erb
ascii_binder-0.2.1 templates/_templates/_breadcrumb.html.erb
ascii_binder-0.2.0 templates/_templates/_breadcrumb.html.erb
ascii_binder-0.1.15.3 templates/_templates/_breadcrumb.html.erb
ascii_binder-0.1.15.2 templates/_templates/_breadcrumb.html.erb