Sha256: b37c46f4402d6e6208a6e08fd90f5525757bff9a961d05ab1eccc57038b52638
Contents?: true
Size: 745 Bytes
Versions: 17
Compression:
Stored size: 745 Bytes
Contents
<div id="menu"> <% if @contents || @file %> <% if object != '_index.html' %><a href="<%= url_for_index.gsub! '_index.html', 'index.html' %>">Index</a> » <% end %> <span class="title"><%= @breadcrumb_title %></span> <% elsif object.is_a?(CodeObjects::Base) %> <a href="<%= url_for_index.gsub! '_index.html', '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> <% end %> </div>
Version data entries
17 entries across 17 versions & 1 rubygems