Sha256: 6917229d67a77c82912fe06942c20f471aa34564e98d092f1117bb88e646d4a0

Contents?: true

Size: 704 Bytes

Versions: 6

Compression:

Stored size: 704 Bytes

Contents

<nav class='al-search-breadcrumb' role='navigation' aria-label=<%= t('arclight.breadcrumbs.aria_label') %> >
  <%= link_to t('arclight.routes.home'), root_path %>
  <span aria-hidden="true"><%= t('arclight.breadcrumb_separator') %></span>
  <% if collection_active? %>
    <%= t('arclight.routes.collections') %>
  <% elsif on_repositories_index? %>
    <%= t('arclight.routes.repositories') %>
  <% elsif on_repositories_show? %>
    <%= link_to t('arclight.routes.repositories'), arclight_engine.repositories_path %>
    <span aria-hidden="true"><%= t('arclight.breadcrumb_separator') %></span>
    <%= @repository.name %>
  <% else %>
    <%= t('arclight.routes.search_results') %>
  <% end %>
</nav>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
arclight-0.5.0 app/views/shared/_breadcrumbs.html.erb
arclight-0.4.0 app/views/shared/_breadcrumbs.html.erb
arclight-0.3.3 app/views/shared/_breadcrumbs.html.erb
arclight-0.3.2 app/views/shared/_breadcrumbs.html.erb
arclight-0.3.1 app/views/shared/_breadcrumbs.html.erb
arclight-0.3.0 app/views/shared/_breadcrumbs.html.erb