|
@@ -37,6 +37,17 @@
|
|
|
<li class="{{#if checked}}checked{{/if}}">
|
|
|
<button class="delete">×</button>
|
|
|
<input type="checkbox" checked="{{checked}}" class="toggle-checked" />
|
|
|
+
|
|
|
+ {{#if isOwner}}
|
|
|
+ <button class="toggle-private">
|
|
|
+ {{#if private}}
|
|
|
+ Private
|
|
|
+ {{else}}
|
|
|
+ Public
|
|
|
+ {{/if}}
|
|
|
+ </button>
|
|
|
+ {{/if}}
|
|
|
+
|
|
|
<span class="text"><strong>{{username}}</strong> - {{text}}</span>
|
|
|
</li>
|
|
|
</template>
|