Sha256: b282d0fd0dd801f1c56d51558048904a7b7b09769c07e4f1c2ca8641f8770beb

Contents?: true

Size: 466 Bytes

Versions: 21

Compression:

Stored size: 466 Bytes

Contents

<% @title = _('Class Index') %>
<p>
<%= manual_home_link() %>
&gt; <%= _('All Classes') %>
</p>
<%= search_form() %>
<%
    headline_init
%>
<%= headline(_("Class Index")) %>
<p>
<%= @entries.size %> classes/modules in database
</p>
<%
    headline_push
    @entries.each do |c|
%>
<%= headline_noescape("#{c.type} #{class_link(c.name)}") %>
<p>
<%
      c.entries.sort.each do |m| %>
<%= link_to_method(m) %>
<%    end %>
</p>
<%
    end
    headline_pop
%>
</ul>

Version data entries

21 entries across 17 versions & 1 rubygems

Version Path
bitclust-core-1.0.0 data/bitclust/template/class-index
bitclust-core-0.9.6 data/bitclust/template/class-index
bitclust-core-0.9.5 data/bitclust/template/class-index
bitclust-core-0.9.4 data/bitclust/template/class-index
bitclust-core-0.9.3 data/bitclust/template/class-index
bitclust-core-0.9.2 data/bitclust/template/class-index
bitclust-core-0.9.1 data/bitclust/template/class-index
bitclust-core-0.9.0 data/bitclust/template/class-index
bitclust-core-0.8.0 data/bitclust/template/class-index
bitclust-core-0.7.0 data/bitclust/template/class-index
bitclust-core-0.6.0 data/bitclust/template/class-index
bitclust-core-0.5.5 data/bitclust/template/class-index
bitclust-core-0.5.4 data/bitclust/template/class-index
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template/class-index
bitclust-core-0.5.3 data/bitclust/template/class-index
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.3/data/bitclust/template/class-index
bitclust-core-0.5.3 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.3/vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template/class-index
bitclust-core-0.5.2 data/bitclust/template/class-index
bitclust-core-0.5.2 vendor/bundle/ruby/1.9.1/gems/bitclust-core-0.5.1/data/bitclust/template/class-index
bitclust-core-0.5.1 data/bitclust/template/class-index