diff options
Diffstat (limited to 'static/website/templates/index.html')
-rw-r--r-- | static/website/templates/index.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/static/website/templates/index.html b/static/website/templates/index.html index 4162e42..39afa9f 100644 --- a/static/website/templates/index.html +++ b/static/website/templates/index.html @@ -60,7 +60,12 @@ <br> <div class="panel panel-default"> <div class="panel-heading"> - Recent Questions + Recent questions + <a class="pull-right" href="{% url 'website:questions' %}"> + <small> + View all questions + </small> + </a> </div> <div class="panel-body"> <table class="table table-bordered table-hover"> |