Sha256: cb200c5b532c98d0949a4b4b5de0c0d34bed67f55664a161820eaa569c95652e

Contents?: true

Size: 566 Bytes

Versions: 6

Compression:

Stored size: 566 Bytes

Contents

<div class='al-search-breadcrumb'>
  <%= link_to t('arclight.routes.home'), root_path %>
  <%= t('arclight.breadcrumb_separator') %>
  <% 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 %>
    <%= t('arclight.breadcrumb_separator') %>
    <%= @repository.name %>
  <% else %>
    <%= t('arclight.routes.search_results') %>
  <% end %>
</div>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
arclight-0.2.0 app/views/shared/_breadcrumbs.html.erb
arclight-0.1.4 app/views/shared/_breadcrumbs.html.erb
arclight-0.1.3 app/views/shared/_breadcrumbs.html.erb
arclight-0.1.2 app/views/shared/_breadcrumbs.html.erb
arclight-0.1.1 app/views/shared/_breadcrumbs.html.erb
arclight-0.1.0 app/views/shared/_breadcrumbs.html.erb