summaryrefslogtreecommitdiffstats
path: root/templates/includes/book/exercise.html
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-04-04 16:51:28 +0200
committerSamy Pessé <samypesse@gmail.com>2014-04-04 16:51:28 +0200
commit57e2595a3ea65de63822d105010b2f75cd50636c (patch)
treeaffad469a82e9668ffa5819ce26af9ca6ac0efd0 /templates/includes/book/exercise.html
parentcb9a0b82ba0478b9a5b37de6f920edff474312e1 (diff)
parentb1314273bb44648547adbd1e2b7b724903ac6020 (diff)
downloadgitbook-57e2595a3ea65de63822d105010b2f75cd50636c.zip
gitbook-57e2595a3ea65de63822d105010b2f75cd50636c.tar.gz
gitbook-57e2595a3ea65de63822d105010b2f75cd50636c.tar.bz2
Merge pull request #20 from mintbridge/github-host-url
Adding config option for github host
Diffstat (limited to 'templates/includes/book/exercise.html')
-rw-r--r--templates/includes/book/exercise.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/includes/book/exercise.html b/templates/includes/book/exercise.html
index 0b52656..1acbe79 100644
--- a/templates/includes/book/exercise.html
+++ b/templates/includes/book/exercise.html
@@ -20,5 +20,5 @@
<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>
- <a href="https://github.com/{{ githubId }}/issues/new" target="_blank" class="btn btn-default">Have a Question?</a>
-</div> \ No newline at end of file
+ <a href="{{ githubHost }}{{ githubId }}/issues/new" target="_blank" class="btn btn-default">Have a Question?</a>
+</div>