Add a quick timer start link for small devices.

This commit is contained in:
Christopher Charbonneau Wells 2017-09-10 10:08:03 -04:00
parent 115ef15c48
commit 6d1f35cd59
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,11 @@
{% block nav %}
<nav class="navbar navbar-expand-md navbar-dark bg-dark fixed-top">
<a class="navbar-brand" href="/"><span class="text-info">Baby</span> Blotter</a>
<a class="d-lg-none d-md-none text-secondary ml-auto p-0 mr-3" href="{% url 'timer-add-quick' %}">
<i class="fa fa-2x fa-clock-o" aria-hidden="true"></i>
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbar-app" aria-controls="navbar-app"
aria-expanded="false" aria-label="Toggle navigation">