Sha256: 082901c0e64541ca0b2e8ef147dbc17277aaa6f8afba9b517c6f59ca3d2986d0
Contents?: true
Size: 673 Bytes
Versions: 20
Compression:
Stored size: 673 Bytes
Contents
<li class="breadcrumb-item"> <a href="<%= root_path('explorer') %>"> Explorer </a> </li> <% if @topic_id %> <li class="breadcrumb-item"> <a href="<%= explorer_path(@topic_id) %>"> <%= @topic_id %> </a> </li> <% end %> <% if @partition_id %> <li class="breadcrumb-item"> <a href="<%= explorer_path(@topic_id, @partition_id) %>"> Partition <%= @partition_id %> </a> </li> <% end %> <% if @offset %> <% mapped_offset = @offset == -1 ? 'Recent' : @offset %> <li class="breadcrumb-item active"> <a href="<%= explorer_path(@topic_id, @partition_id, mapped_offset) %>"> <%= mapped_offset %> </a> </li> <% end %>
Version data entries
20 entries across 20 versions & 1 rubygems