* add title attributes.

This commit is contained in:
Catouse
2018-07-09 15:35:56 +08:00
parent 1b48715818
commit 07dcbac2fe
37 changed files with 37 additions and 38 deletions
+1 -1
View File
@@ -20,7 +20,7 @@
<?php echo $lang->testcase->batchCreate;?>
<?php if($this->session->currentProductType !== 'normal') echo '<span class="label label-info">' . $branches[$branch] . '</span>';?>
<?php if($story):?>
<small class='text'><?php echo $lang->arrow . $story->title ?></small>
<small class='text' title='<?php echo $story->title ?>'><?php echo $lang->arrow . $story->title ?></small>
<?php endif;?>
</h2>
<div class="pull-right btn-toolbar">