forked from OrgGo/Tasks
fixed inability of note toggle
This commit is contained in:
parent
df6d239ad3
commit
f6cf720fe1
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue