Sha256: ad8b3562bad1d26bc5271f2585ae4508883630026f414d7a48d92779b3efbd32

Contents?: true

Size: 1.67 KB

Versions: 2

Compression:

Stored size: 1.67 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="fas 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 %}{%- if training.registry_url %}<a href="{{training.registry_url}}">{%- endif %}<span class="badge bg-dark text-white hover-primary">{{training.registry}}</span>{%- if training.registry_url %}</a>{%- endif %}{%- endif %}</td>
            </tr>
            {%- endfor %}
            {%- endunless %}
            {%- endfor %}
        </tbody>
    </table>
</div>
<div id="skip-tool-table"></div>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
elixir-toolkit-theme-1.13.0 _includes/training-table-all.html
elixir-toolkit-theme-1.12.0 _includes/training-table-all.html