mirror of https://github.com/snachodog/mybuddy.git
parent
de1a8f230a
commit
5e4e3753e7
|
@ -100,6 +100,10 @@
|
||||||
@extend .fa-thermometer-three-quarters;
|
@extend .fa-thermometer-three-quarters;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.icon-timeline {
|
||||||
|
@extend .fa-history;
|
||||||
|
}
|
||||||
|
|
||||||
.icon-timer {
|
.icon-timer {
|
||||||
@extend .fa-clock-o;
|
@extend .fa-clock-o;
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,6 +9,14 @@
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
<div class="d-lg-none d-md-none d-flex ml-auto p-0 mr-2">
|
<div class="d-lg-none d-md-none d-flex ml-auto p-0 mr-2">
|
||||||
|
<div>
|
||||||
|
<!-- TODO: Actually link to the timeline... but for which child? -->
|
||||||
|
<a class="text-success"
|
||||||
|
href="#"
|
||||||
|
aria-expanded="false"><i class="icon icon-2x icon-timeline" aria-hidden="true"></i>
|
||||||
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
<form action="{% url 'core:timer-add-quick' %}" role="form" method="post" class="mr-2">
|
<form action="{% url 'core:timer-add-quick' %}" role="form" method="post" class="mr-2">
|
||||||
{% csrf_token %}
|
{% csrf_token %}
|
||||||
<label class="sr-only">{% trans "Quick Start Timer" %}</label>
|
<label class="sr-only">{% trans "Quick Start Timer" %}</label>
|
||||||
|
@ -89,6 +97,14 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li class="nav-item{% if request.path == '/' %} active{% endif %}">
|
||||||
|
<!-- TODO: Actually link to the timeline... but for which child? -->
|
||||||
|
<a class="nav-link" href="{% url 'dashboard:dashboard' %}">
|
||||||
|
<i class="icon icon-timeline" aria-hidden="true"></i>
|
||||||
|
{% trans "Timeline" %}
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="nav-item dropdown">
|
<li class="nav-item dropdown">
|
||||||
<a id="nav-children-menu-link"
|
<a id="nav-children-menu-link"
|
||||||
class="nav-link dropdown-toggle"
|
class="nav-link dropdown-toggle"
|
||||||
|
|
Loading…
Reference in New Issue