Add Note to the quick add menu for mobile.

This commit is contained in:
Christopher Charbonneau Wells 2017-11-03 21:33:34 -04:00
parent 5343db5bbb
commit ecfa974e20
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@
<i class="icon icon-feeding" aria-hidden="true"></i> Feeding <i class="icon icon-feeding" aria-hidden="true"></i> Feeding
</a> </a>
{% endif %} {% endif %}
{% if perms.core.add_note %}
<a class="dropdown-item p-2" href="{% url 'note-add' %}">
<i class="icon icon-note" aria-hidden="true"></i> Note
</a>
{% endif %}
{% if perms.core.add_sleep %} {% if perms.core.add_sleep %}
<a class="dropdown-item p-2" href="{% url 'sleep-add' %}"> <a class="dropdown-item p-2" href="{% url 'sleep-add' %}">
<i class="icon icon-sleep" aria-hidden="true"></i> Sleep <i class="icon icon-sleep" aria-hidden="true"></i> Sleep