summaryrefslogtreecommitdiffstats
path: root/theme/templates/includes
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-08-10 17:14:31 -0700
committerSamy Pessé <samypesse@gmail.com>2014-08-11 07:36:53 -0700
commit8171241666d68976970543b9a5ca4920c133c07e (patch)
tree631089ba113ff0c16bad08d162f5e14fe969054f /theme/templates/includes
parent1125e89b498b827c2ce49b5ada68dd8994ad23f0 (diff)
downloadgitbook-8171241666d68976970543b9a5ca4920c133c07e.zip
gitbook-8171241666d68976970543b9a5ca4920c133c07e.tar.gz
gitbook-8171241666d68976970543b9a5ca4920c133c07e.tar.bz2
Remove quizzes handling from core
Diffstat (limited to 'theme/templates/includes')
-rw-r--r--theme/templates/includes/book/quiz.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/theme/templates/includes/book/quiz.html b/theme/templates/includes/book/quiz.html
index 3c10ffc..425fa39 100644
--- a/theme/templates/includes/book/quiz.html
+++ b/theme/templates/includes/book/quiz.html
@@ -34,10 +34,7 @@
</div>
{% endfor %}
-<div class="btn-group btn-group-justified">
- <a href="#" class="btn btn-default action-submit">Submit</a>
- <a href="#" class="btn btn-default action-solution">Solution</a>
- {% if options.links.issues %}
- <a href="{{ options.links.issues }}" target="_blank" class="btn btn-default">Have a Question?</a>
- {% endif %}
+<div class="buttons">
+ <a href="#" class="button size-2 action-submit">Submit</a>
+ <a href="#" class="button size-2 action-solution">Solution</a>
</div>