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))