Commit a91a35f3bb87042ed0399e8d3ebaeac4e60691ff
1 parent
c1d641b9
Exists in
master
and in
39 other branches
Put Paste in main menu, without dropdown
Signed-off-by: Lucas Kanashiro <kanashiro.duarte@gmail.com> Signed-off-by: Sergio Oliveira <seocam@gmail.com>
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
colab/templates/base.html
... | ... | @@ -100,12 +100,13 @@ |
100 | 100 | <li class="dropdown"> |
101 | 101 | <a href="#" class="dropdown-toggle" data-toggle="dropdown">{% trans "Contribute" %} <b class="caret"></b></a> |
102 | 102 | <ul class="dropdown-menu"> |
103 | - <li><a href="/paste">Paste</a></li> | |
104 | 103 | <li><a href="/ci">{% trans "Continuous Integration" %}</a></li> |
105 | 104 | </ul> |
106 | 105 | </li> |
107 | 106 | {% endif %} |
108 | 107 | |
108 | + <li><a href="/paste">{% trans "Paste" %}</a></li> | |
109 | + | |
109 | 110 | <li class="hidden-lg hidden-md"> |
110 | 111 | <a href="{% url 'haystack_search' %}?q=">{% trans "Search" %}</a> |
111 | 112 | </li> | ... | ... |