add keyboard shortcuts and make todos selectable useing j and k

This commit is contained in:
Reinier Balt 2013-07-01 15:56:54 +02:00
parent b725b7b137
commit db29b84f69
17 changed files with 217 additions and 99 deletions

View file

@ -1,4 +1,4 @@
<div id="<%=container_id%>-empty-d" style="display:<%= show_message ? 'block' : 'none'%>">
<div id="<%=container_id%>-empty-d" class="<%= show_empty_message ? '' : 'hide'%>">
<div class="message">
<p><%=t("todos.no_actions.#{container_name}")%></p>
</div>