Skip to content

Commit

Permalink
Fix bug 27 creating actions from context dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbaird committed Jun 2, 2010
1 parent 9c7fe77 commit 3fe1ba0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions views/TagDashboards.tiddler
Expand Up @@ -74,20 +74,20 @@
<div class="col">

<div macro="mgtdList title:'Next' tags:'Action && Next && !Done' view:ActionProj
newButtonTags:'Action'
newButtonTags:'Action Next'
where:tiddler.hasActiveProject()||!tiddler.hasParent('Project')
"></div>

</div>
<div class="col">

<div macro="mgtdList title:'Waiting' tags:'Action && [(Waiting For)] && !Done' view:ActionProj
newButtonTags:'Action'
newButtonTags:'Action [(Waiting For)]'
where:tiddler.hasActiveProject()||!tiddler.hasParent('Project')
"></div>

<div macro="mgtdList title:'Future' tags:'Action && Future && !Done' view:ActionProj
newButtonTags:'Future'
newButtonTags:'Action Future'
where:tiddler.hasActiveProject()||!tiddler.hasParent('Project')
"></div>

Expand Down

0 comments on commit 3fe1ba0

Please sign in to comment.