From 3a60274cf64e327f8c278bee1a3d7eb76f1cc571 Mon Sep 17 00:00:00 2001 From: sunjun Date: Fri, 15 Apr 2022 14:23:08 +0800 Subject: [PATCH] *Fixbug_sunjun_19732 --- module/execution/view/story.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/view/story.html.php b/module/execution/view/story.html.php index 305817758f..ddc55901e9 100644 --- a/module/execution/view/story.html.php +++ b/module/execution/view/story.html.php @@ -308,7 +308,7 @@ $lang->testcase->batchCreate = $lang->testcase->create; if($productID and $hasDBPriv and common::hasPriv('testcase', 'create')) { - echo html::a($this->createLink('testcase', 'create', "productID=$story->product&branch=$story->branch&moduleID=$story->module&form=¶m=0&storyID=$story->id"), '', '', "title='{$lang->testcase->create}' data-app='qa'"); + echo html::a($this->createLink('testcase', 'create', "productID=$story->product&branch=$story->branch&moduleID=$story->module&form=¶m=0&storyID=$story->id"), '', '', "class='btn' title='{$lang->testcase->create}' data-app='qa'"); } if($canBeChanged and common::hasPriv('execution', 'storyEstimate', $execution))