Commit a814ba9ea4f43020df465814abb84d4f5d963214
1 parent
f9ad9214
Exists in
master
and in
39 other branches
Changing the position of Timeline link and changing the link Planet to Blogs
Showing
1 changed file
with
4 additions
and
2 deletions
Show diff stats
src/templates/base.html
... | ... | @@ -76,16 +76,18 @@ |
76 | 76 | <div class="collapse navbar-collapse navbar-main"> |
77 | 77 | <ul class="nav navbar-nav"> |
78 | 78 | <li> |
79 | + <a href="/timeline">{% trans "Timeline" %}</a></li> | |
80 | + </li> | |
81 | + <li> | |
79 | 82 | <a href="{% url 'thread_list' %}">{% trans "Groups" %}</a> |
80 | 83 | </li> |
81 | 84 | <li> |
82 | - <a href="{% url "feedzilla_index" %}">{% trans "Planet" %}</a> | |
85 | + <a href="{% url "feedzilla_index" %}">{% trans "Blogs" %}</a> | |
83 | 86 | </li> |
84 | 87 | <li class="dropdown"> |
85 | 88 | <a href="#" class="dropdown-toggle" data-toggle="dropdown">{% trans "Contribute" %} <b class="caret"></b></a> |
86 | 89 | <ul class="dropdown-menu"> |
87 | 90 | <li><a href="/wiki">Wiki</a></li> |
88 | - <li><a href="/timeline">{% trans "Timeline" %}</a></li> | |
89 | 91 | <li><a href="/roadmap">{% trans "Roadmap" %}</a></li> |
90 | 92 | {% if user.is_active %} |
91 | 93 | <li><a href="/newticket">{% trans "New Ticket" %}</a></li> | ... | ... |