diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-04 14:10:56 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-04 14:10:56 -0700 |
commit | 446d486a0fb725f3df76d9b6e8d2bca02042805b (patch) | |
tree | cfd5405f607fcca196ef5bad6b0b88662c30ccb9 /templates/includes/book/progress.html | |
parent | 07101deaefb8848d40231eea12a3bf0710e6a78e (diff) | |
download | gitbook-446d486a0fb725f3df76d9b6e8d2bca02042805b.zip gitbook-446d486a0fb725f3df76d9b6e8d2bca02042805b.tar.gz gitbook-446d486a0fb725f3df76d9b6e8d2bca02042805b.tar.bz2 |
Add base for theming
Diffstat (limited to 'templates/includes/book/progress.html')
-rw-r--r-- | templates/includes/book/progress.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/templates/includes/book/progress.html b/templates/includes/book/progress.html deleted file mode 100644 index 176c95f..0000000 --- a/templates/includes/book/progress.html +++ /dev/null @@ -1,10 +0,0 @@ -<div class="book-progress"> - <div class="bar"> - <div class="inner" style="width: {{ progress.percent }}%;min-width: {{ progress.prevPercent }}%;"></div> - </div> - <div class="chapters"> - {% for p in progress.chapters %} - <a href="{{ basePath }}/{{ p.path|mdLink }}" title="{{ p.title }}" class="chapter {% if p.done %}done{% endif %} {% if p.level.length == 1 %}new-chapter{% endif %}" data-progress="{{ p.level }}" style="left: {{ p.percent }}%;"></a> - {% endfor %} - </div> -</div>
\ No newline at end of file |