fixed inability of note toggle

This commit is contained in:
Suraj 2016-01-28 21:51:08 +05:30
parent df6d239ad3
commit f6cf720fe1
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
<div class="note">
<p class="noteHeading">{{.Title}}</p> <span class="toggle glyphicon glyphicon-resize-full"></span>
<p class="noteContent">{{.Content}}</p>
<span class="noteContent">{{.Content}}</span>
<span class="notefooter">
<ul class="menu">
<li role="presentation">Priority: {{.Priority}}</li>