mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-04 09:39:23 +00:00
Attempt at popover with bootstrap (doesn't work)
This commit is contained in:
parent
a73f261869
commit
fd792801e6
1 changed files with 5 additions and 8 deletions
|
|
@ -34,17 +34,14 @@
|
|||
</label>
|
||||
<div x-bind=keydown:shortcuts contenteditable>{unescaped .text}</div>
|
||||
|
||||
<!--<span class="habit-text"><%= name %></span>
|
||||
<!--<span class="habit-text"><%= name %></span>-->
|
||||
|
||||
<% if (user_id != -1) { %>
|
||||
<div class='habit-meta'>
|
||||
<a class="edit-link" href="#/<%= id %>/edit">Edit</a>
|
||||
<% if (notes) { %>
|
||||
<img src='/assets/comment.png' class="comment" />
|
||||
<div class='qtip'><%= notes %></div>
|
||||
<% } %>
|
||||
<!--<a class="edit-link" href="#/<%= id %>/edit">Edit</a>-->
|
||||
{#if .notes}
|
||||
<a href="#" rel="popover" data-content="{notes}" title="{notes}"><i class="icon-comment"></i></a>
|
||||
{/}
|
||||
</div>
|
||||
<% } %>-->
|
||||
</li>
|
||||
|
||||
<newTask: nonvoid>
|
||||
|
|
|
|||
Loading…
Reference in a new issue