Bug #300: Displays pending state and successor information

Pending state is displayed in the date_span. Successor information is displayed in the tooltip of a successor icon placed after the action description.

Conflicts:

	app/helpers/todos_helper.rb
	public/javascripts/application.js
This commit is contained in:
Eric Allen 2009-11-04 22:45:02 -05:00
parent 2bf48a15cb
commit 6d97bca57f
7 changed files with 16 additions and 10 deletions

View file

@ -247,7 +247,7 @@ $(document).ready(function() {
$(this).next().toggle("fast"); return false;
});
$(".show_dependencies").live('click', function () {
$(".show_successors").live('click', function () {
$(this).next().toggle("fast"); return false;
});