Sha256: cea5b228ce3eb125ea68f64f5cd3c3b9ea5dd2ee7d9df80deccb0378686516eb
Contents?: true
Size: 809 Bytes
Versions: 45
Compression:
Stored size: 809 Bytes
Contents
<div id="menu"> <% if object.is_a?(CodeObjects::Base) && @file.nil? %> <a href="<%= url_for('_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 != '_index.html' %><%= link_url('_index.html', 'Index') %> » <% end %> <span class="title"><%= @breadcrumb_title %></span> <% end %> <div class="noframes"><span class="title">(</span><a href="." target="_top">no frames</a><span class="title">)</span></div> </div>
Version data entries
45 entries across 45 versions & 4 rubygems