summaryrefslogtreecommitdiffstats
path: root/templates/includes/book/header.html
blob: bb8c2da807f4762a78d7eb969e6e862bdb9f9e4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<div class="book-header">
    <!-- Actions Left -->
    <a href="https://github.com/{{ githubId }}" target="_blank" class="btn pull-left"><i class="fa fa-github-alt"></i></a>
    <a href="#" class="btn pull-left toggle-summary"><i class="fa fa-align-justify"></i> Summary</a>

    <!-- Actions Right -->
    <a href="https://github.com/{{ githubId }}/stargazers" target="_blank" class="btn pull-right count-star"><i class="fa fa-star-o"></i> Star (<span>-</span>)</a>
    <a href="https://github.com/{{ githubId }}/watchers" target="_blank" class="btn pull-right count-watch"><i class="fa fa-eye"></i> Watch (<span>-</span>)</a>


    <!-- Title -->
    <h1><a href="{{ basePath }}/README.html" >{{ title }}</a></h1>
</div>