aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-07-31 12:36:07 +0100
committerMilosz Wasilewski <milosz.wasilewski@linaro.org>2014-07-31 12:36:07 +0100
commite728f44185acb1a6cb413bc0a675f75f72e05aec (patch)
tree6a6eb2833906367def17189e0a3c5e673e86e799 /static
parentf9c45d914292a6c01e11c45143f2d4f674e86cc5 (diff)
testmanualrunner: added line brakes when there is a line brake in YAML
Signed-off-by: Milosz Wasilewski <milosz.wasilewski@linaro.org>
Diffstat (limited to 'static')
-rw-r--r--static/testmanualrunner/templates/testrun_execute.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/testmanualrunner/templates/testrun_execute.html b/static/testmanualrunner/templates/testrun_execute.html
index 06e5015..b79d01d 100644
--- a/static/testmanualrunner/templates/testrun_execute.html
+++ b/static/testmanualrunner/templates/testrun_execute.html
@@ -140,7 +140,7 @@
Test Expected Results
</div>
<div class="list-group">
- <a class="list-group-item" ng-repeat="test_expected in yaml.expected">// test_expected //</a>
+ <a class="list-group-item" ng-bind-html="test_expected" ng-repeat="test_expected in yaml.expected"></a>
</div>
</div>
</div>