Sha256: d67bfeedadbda88570818aea02f67cc647465bbdd6efd29618f29ce273c86c99
Contents?: true
Size: 935 Bytes
Versions: 2
Compression:
Stored size: 935 Bytes
Contents
<div id="menu"> <% if object.is_a?(CodeObjects::Base) && @file.nil? %> <a href="<%= url_for('object_index.html') %>"><% if object.root? || object.type == :method %>Index<% else %>Index (<%= object.name.to_s[0,1] %>)<% end %></a> » <%= @breadcrumb.map {|obj| "<span class='title'>" + linkify(obj, obj.name) + "</span>" }.join(" » ") %> <%= @breadcrumb.size > 0 ? " » " : "" %> <span class="title"><%= object.root? ? "Top Level Namespace" : object.name(true) %></span> <% else %> <% if object != 'object_index.html' %><%= link_url('object_index.html', 'Index') %> » <% end %> <span class="title"><%= @breadcrumb_title %></span> <% end %> <div class="noframes"> <span class="title"></span> <a id="frames_link" class="link_disabled">Frames</a> | <a target="_top" id="noframes_link" class="link_disabled">No Frames</a> <span class="title"></span> </div> </div>
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
yard-slipstream-0.1.2 | templates/default/layout/html/breadcrumb.erb |
yard-slipstream-0.1.1 | templates/default/layout/html/breadcrumb.erb |