Sha256: b75339cab5ed320b8361443a9617c2dff49417b78a5a49e5c305f21e710b91a2

Contents?: true

Size: 1.55 KB

Versions: 4

Compression:

Stored size: 1.55 KB

Contents

<a class="visually-hidden-focusable" href='#skip-tool-table'>Skip tool table</a>
<div class="table-responsive mt-4 mb-5">
    <table id="trainingtable" class="table display">
        <thead>
            <tr class="text-nowrap">
                <th>Name
                    <a data-bs-toggle="tooltip" data-bs-original-title="This is a curated list which means that not all trainings that exist for a certain topic are listed here. This is mainly because we do not intend to be a registry. In most cases you will only find back the tools or resources that are mentioned in this page.">
                        <i class="fa-solid fa-info-circle"></i>
                    </a>
                </th>
                <th>Related page</th>
                <th>Registry</th>
            </tr>
        </thead>
        <tbody>
            {%- for page in site.pages %}
            {%- unless page.search_exclude == true %}
            {%- for training in page.training%}
            <tr>
                <td><a href="{{training.url | relative_url }}">{{training.name}}{%- if training.name == 'Training in TeSS'%} about {{page.title}}{%- endif %}</a></td>
                <td><a href="{{page.url | relative_url }}"><span class="badge default-badge">{{page.title}}</span></a></td>
                <td>{%- if training.registry %}<span class="badge bg-dark text-white hover-primary">{{training.registry}}</span>{%- endif %}</td>
            </tr>
            {%- endfor %}
            {%- endunless %}
            {%- endfor %}
        </tbody>
    </table>
</div>
<div id="skip-tool-table"></div>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
elixir-toolkit-theme-1.16.0 _includes/training-table-all.html
elixir-toolkit-theme-1.15.2 _includes/training-table-all.html
elixir-toolkit-theme-1.15.1 _includes/training-table-all.html
elixir-toolkit-theme-1.15.0 _includes/training-table-all.html