1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-26 04:54:40 +04:00

bootstrap link added to docs

This commit is contained in:
Dawid Harat
2019-12-08 19:47:49 +01:00
parent 47f8ca1036
commit 41ac827046
19 changed files with 31 additions and 14 deletions
+8 -1
View File
@@ -26,7 +26,14 @@ page-title: Documentation
<div class="card-body p-md-6 p-xl-7">
<div class="markdown">
<h2 class="h1 mt-0 mb-4">{{ page.title }}{% if page.done %} {% include_cached ui/icon.html icon="check" color="green" %}{% endif %}</h2>
<h2 class="h1 mt-0 mb-2 align-middle d-inline-flex" style="align-items: center;">{{ page.title }}{% if page.done %} {% include_cached ui/icon.html icon="check" color="green" %}{% endif %}
{% if page.bootstrap-link %}
<a class="text-decoration-none text-blue {% if page.done %}ml-2{% else %}ml-3{% endif %}" href="{{page.bootstrap-link}}" target="_blank" style="font-size:medium">
<i class="pr-1">{% include_cached ui/icon.html icon="external-link" color="blue" %}</i>
Bootstrap documentation
</a>
{% endif %}
</h2>
{% if page.plugin %}
<div class="alert alert-info">This module is available in <code>tabler-{{ page.plugin }}</code> plugin.</div>