Sha256: 49742cd1d14dd1d7331f013fd7792775e95ddf4e99d4c531f2ee929153e7a461
Contents?: true
Size: 677 Bytes
Versions: 95
Compression:
Stored size: 677 Bytes
Contents
<div id="menu"> <% if @contents || @file %> <% if object != '_index.html' %><a href="<%= url_for_index %>">Index</a> » <% 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> » <%= @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
95 entries across 92 versions & 12 rubygems