Sha256: 992c01e1589194ebd3e83f2c00e3bf52bdf30436225fa8770e9774f9be0b0b53

Contents?: true

Size: 929 Bytes

Versions: 3

Compression:

Stored size: 929 Bytes

Contents

<%
  @title = _('Function Index')
  @description = _('Function Index')
%>
<% if @conf[:canonical_base_url] %>
<script type="application/ld+json">
<%=
  breadcrumb_json_ld(
    [
      {
        name: manual_home_name,
        url: absolute_url_to(@urlmapper.document_url('index'))
      },
      {
        name: _('All Functions'),
        url: canonical_url
      }
    ]
  )
%>
</script>
<% end %>
<header>
  <nav>
    <ol class="inline-breadcrumb-list">
      <li>
        <%= manual_home_link() %>
      </li>
      <li>
        <%= _('All Functions') %>
      </li>
    </ol>
  </nav>
<% headline_init %>
<%= headline(_("Function Index")) %>
</header>

<main>
<table class="entries functions">
<%
    headline_push
    @entries.each do |f|
%>
<tr>
<td class="signature"><%= function_link(f.name) %></td>
<td class="description"><%= compile_rd(f.synopsis_source) %></td>
</tr>
<%
    end
    headline_pop
%>
</table>
</main>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
bitclust-core-1.3.0 data/bitclust/template.offline/function-index
bitclust-core-1.2.6 data/bitclust/template.offline/function-index
bitclust-core-1.2.5 data/bitclust/template.offline/function-index