Commit dd876a3e authored by delanoe's avatar delanoe

[CSS ANALYTICS HISTORIES] Fix menu.

parent 1b71ef15
...@@ -133,19 +133,21 @@ ...@@ -133,19 +133,21 @@
{% endif %} {% endif %}
</ul> </ul>
</li> </li>
<li>
<a type="button" class="btn btn-default {% if view == 'analytics' %} active {% endif %}"
onclick="javascript:location.href='/projects/{{project.id}}/corpora/{{ corpus.id }}/analytics'"
data-target='#' href='#'>Analytics
</a>
</li>
{% endif %} {% endif %}
{% endif %} {% endif %}
{% endfor %} {% endfor %}
<li>
<a type="button" class="btn btn-default {% if view == 'analytics' %} active {% endif %}"
onclick="javascript:location.href='/projects/{{project.id}}/corpora/{{ corpus.id }}/analytics'"
data-target='#' href='#'>Analytics
</a>
</li>
</ul> </ul>
</div> </div>
{% endif %} {% endif %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment