diff --git a/module/project/view/story.html.php b/module/project/view/story.html.php
index a891793999..169873a044 100644
--- a/module/project/view/story.html.php
+++ b/module/project/view/story.html.php
@@ -16,7 +16,10 @@
project->story;?>
- createLink('project', 'linkstory', "project=$project->id"), $lang->project->linkStory);?>
+ createLink('project', 'linkstory', "project=$project->id"), $lang->project->linkStory);
+ common::printLink('story', 'create', "productID=0&moduleID=0&story=0&project=$project->id", $lang->story->create);
+ ?>
diff --git a/module/project/view/taskheader.html.php b/module/project/view/taskheader.html.php
index 4af3d3b4f0..10912ee6e6 100644
--- a/module/project/view/taskheader.html.php
+++ b/module/project/view/taskheader.html.php
@@ -25,7 +25,6 @@
common::printLink('task', 'report', "project=$project->id&browseType=$browseType", $lang->task->report->common);
common::printLink('task', 'batchCreate', "projectID=$project->id", $lang->task->batchCreate);
common::printLink('task', 'create', "project=$project->id", $lang->task->create);
- common::printLink('story', 'create', "productID=0&moduleID=0&story=0&project=$project->id", $lang->story->create);
?>