summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
authorAdolfo Fitoria <fitoria@fitoria-laptop.(none)>2009-09-14 17:30:42 -0600
committerAdolfo Fitoria <fitoria@fitoria-laptop.(none)>2009-09-14 17:43:52 -0600
commit7d563217ac64f73926a5ae757eccff3b1f60ddf9 (patch)
tree3af56da92e51476777ea39ed23bf467c11331ef6 /templates/index.html
parentb7a2d865f1e2ba86d051bf6fbcbaef477e96671a (diff)
downloadaskbot-7d563217ac64f73926a5ae757eccff3b1f60ddf9.tar.gz
askbot-7d563217ac64f73926a5ae757eccff3b1f60ddf9.tar.bz2
askbot-7d563217ac64f73926a5ae757eccff3b1f60ddf9.zip
fixing tab problems
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html
index 104b24d0..bc83b637 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -21,10 +21,11 @@
<div class="tabBar">
<div class="headQuestions">{% trans "Questions" %}</div>
<div class="tabsA">
- <a id="latest" href="{% url questions %}?sort=latest" title="{% trans "last updated questions" %}" >{% trans "newest" %}</a>
+ <a id="latest" href="{% url questions %}?sort=latest" title="{% trans "last updated questions" %}" >{% trans "newest" %}</a>
+ <a id="active" href="{% url questions %}?sort=active" title="{% trans "most recently updated questions" %}">{% trans "active" %}</a>
<a id="hottest" href="{% url questions %}?sort=hottest" title="{% trans "hottest questions" %}" >{% trans "hottest" %}</a>
<a id="mostvoted" href="{% url questions %}?sort=mostvoted" title="{% trans "most voted questions" %}" >{% trans "most voted" %}</a>
- <a id="all" href="{% url questions %}" title="{% trans "all questions" %}" >{% trans "all questions" %}</a>
+ <!--<a id="all" href="{% url questions %}" title="{% trans "all questions" %}" >{% trans "all questions" %}</a>-->
</div>
</div>
<!-- 问题列表 -->