fixes to toggle notecontent
This commit is contained in:
parent
eb66cb3d8c
commit
f4f45666f2
|
@ -4,7 +4,7 @@
|
|||
{{ if .Tasks}} {{range .Tasks}}
|
||||
<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>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
{{ if .Tasks}} {{range .Tasks}}
|
||||
<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">
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{{ if .Tasks}} {{range .Tasks}}
|
||||
<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