summaryrefslogtreecommitdiff
path: root/static/website/templates/latest_question.html
diff options
context:
space:
mode:
authorJayaram Pai2014-04-24 17:11:58 +0530
committerJayaram Pai2014-04-24 17:11:58 +0530
commit1626ba1fa8734d8c278246ff9030f4c343ae84f3 (patch)
tree0b5dbfc83efb91a403a3d98d867e29543186209c /static/website/templates/latest_question.html
parent99bbf8ec16fca5eeec9d0ddad5f0a5ae169e4218 (diff)
downloadFOSSEE-Forum-1626ba1fa8734d8c278246ff9030f4c343ae84f3.tar.gz
FOSSEE-Forum-1626ba1fa8734d8c278246ff9030f4c343ae84f3.tar.bz2
FOSSEE-Forum-1626ba1fa8734d8c278246ff9030f4c343ae84f3.zip
fixed slider speed, and button display
Diffstat (limited to 'static/website/templates/latest_question.html')
-rw-r--r--static/website/templates/latest_question.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/website/templates/latest_question.html b/static/website/templates/latest_question.html
index 5279f19..013ada4 100644
--- a/static/website/templates/latest_question.html
+++ b/static/website/templates/latest_question.html
@@ -7,5 +7,7 @@
<small class="latest">
Be the first to ask question.
</small>
- <a class="btn btn-xs btn-block btn-primary" disabled="disabled" href="#">View previous questions</a>
+ <a class="btn btn-block btn-xs">
+ No questions to display
+ </a>
{% endif %}