Sha256: a531336cda5b398a41a9cc79b9d5c8338b0f906c31d1700ca35668911b1fb923

Contents?: true

Size: 688 Bytes

Versions: 2

Compression:

Stored size: 688 Bytes

Contents

<div id="menu">
  <% if @contents || @file %>
    <% if object != '_index.html' %><a href="<%= url_for_index %>">Index</a> &raquo; <% end %>
    <span class="title"><%= @breadcrumb_title %></span>
  <% elsif object.is_a?(CodeObjects::Base) %>
    <a href="<%= url_for_index %>"><% if object.root? || object.type == :method %>Index<% else %>Index (<%= object.name.to_s[0,1] %>)<% end %></a> &raquo;
    <%= @breadcrumb.map {|obj| "<span class='title'>" + linkify(obj, obj.name) + "</span>" }.join(" &raquo; ") %>
    <%= @breadcrumb.size > 0 ? " &raquo; " : "" %>
    <span class="title"><%= object.root? ? "Top Level Namespace" : object.name(true) %></span>
  <% end %>
</div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yard-0.9.18 templates/default/layout/html/breadcrumb.erb
yard-0.9.17 templates/default/layout/html/breadcrumb.erb