diff --git a/module/build/view/linkstory.html.php b/module/build/view/linkstory.html.php
index 560807515e..9700032238 100644
--- a/module/build/view/linkstory.html.php
+++ b/module/build/view/linkstory.html.php
@@ -54,7 +54,7 @@
openedBy);?> |
assignedTo);?> |
estimate . $config->hourUnit;?> |
-
+ |
processStatus('story', $story);?>
diff --git a/module/projectrelease/view/linkstory.html.php b/module/projectrelease/view/linkstory.html.php
index c417769aa2..2d37e27b1c 100644
--- a/module/projectrelease/view/linkstory.html.php
+++ b/module/projectrelease/view/linkstory.html.php
@@ -32,7 +32,7 @@
| openedByAB;?> |
assignedToAB;?> |
story->estimateAB;?> |
- statusAB;?> |
+ statusAB;?> |
story->stageAB;?> |
@@ -57,7 +57,7 @@
openedBy);?> |
assignedTo);?> |
estimate . $config->hourUnit;?> |
- processStatus('story', $story);?> |
+ processStatus('story', $story);?> |
story->stageList, $story->stage);?> |
diff --git a/module/release/view/linkstory.html.php b/module/release/view/linkstory.html.php
index d376bb94f5..ac096a3caa 100644
--- a/module/release/view/linkstory.html.php
+++ b/module/release/view/linkstory.html.php
@@ -57,7 +57,7 @@
openedBy);?> |
assignedTo);?> |
estimate . $config->hourUnit;?> |
- processStatus('story', $story);?> |
+ processStatus('story', $story);?> |
story->stageList, $story->stage);?> |