Gabriele Contini
2020-03-29 1fe5e3c9f87f28ffbb7a7ecb91a36e68755380a1
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{%- extends "sphinx_rtd_theme/breadcrumbs.html" %} 
 
{% block breadcrumbs_aside %}
<li class="breadcrumbs-aside wy-breadcrumbs-aside">
    <a class="github-button"
        href="https://github.com/open-license-manager/open-license-manager"
        data-color-scheme="no-preference: light; light: light; dark: dark;"
        data-icon="octicon-star" data-size="large" data-show-count="true"
        aria-label="Star open-license-manager/open-license-manager on GitHub">Star</a>
    <a class="github-button"
        href="https://github.com/open-license-manager/open-license-manager/fork"
        data-icon="octicon-repo-forked" data-size="large"
        data-show-count="true"
        aria-label="Fork open-license-manager/open-license-manager on GitHub">Fork</a>
    <a class="github-button"
        href="https://github.com/open-license-manager/open-license-manager/issues"
        data-icon="octicon-issue-opened" data-size="large"
        data-show-count="true"
        aria-label="Issue open-license-manager/open-license-manager on GitHub">Issue</a>
</li>
{% endblock %}