use twitter/typeahead for autocomplete. make go to project|context|tag work and show

project details in a popover
This commit is contained in:
Reinier Balt 2013-08-07 23:31:28 +02:00
parent 31386db3df
commit c0edd1749c
19 changed files with 1924 additions and 187 deletions

View file

@ -11,7 +11,7 @@
hidden_options = options.clone
done_options = options.clone
-%>
<% cache("not_done_with_tag_#{@tag_name}", @not_done_todos.empty?) do -%>
<% cache ["not_done_with_tag_#{@tag_name}", @not_done_todos.empty?] do -%>
<%= render partial: "empty_message_container", locals: {:show => @not_done_todos.empty?, :container_name => "not_done_with_tag"} %>
<% end -%>