Sha256: c72f7ad421517816aa2e55978f053b78d7090eaaf1e73747dfe47067757b9396
Contents?: true
Size: 999 Bytes
Versions: 18
Compression:
Stored size: 999 Bytes
Contents
<div id="menu"> <% if object.is_a?(CodeObjects::Base) && @file.nil? %> <% if object.root? || object.type == :method %> <%= link_url(url_for('object_index.html'), 'Index') %> <% else %> <%= link_url(url_for('object_index.html'), "Index (#{object.name.to_s[0,1]})") %> <% end %> » <%= @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(url_for('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
18 entries across 18 versions & 1 rubygems