Attempt at popover with bootstrap (doesn't work)

This commit is contained in:
Tyler Renelle 2012-06-20 19:20:39 -04:00
parent a73f261869
commit fd792801e6

View file

@ -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>