* Refact detail page of productplan and build.

This commit is contained in:
liugang
2018-04-26 15:58:03 +08:00
parent eed193f310
commit 9450ca5676
19 changed files with 15408 additions and 937 deletions
+4 -1
View File
@@ -14,7 +14,10 @@
<?php js::set('confirmDelete', $lang->build->confirmDelete)?>
<div id="mainMenu" class="clearfix">
<div class="btn-toolbar pull-left">
<span class='btn btn-link btn-active-text'> <span class='text'><?php echo $lang->project->build;?></span></span>
<span class='btn btn-link btn-active-text'>
<span class='text'><?php echo $lang->project->build;?></span>
<span class='label label-light label-badge'><?php echo count($builds);?></span>
</span>
</div>
<div class="btn-toolbar pull-right">
<?php common::printLink('build', 'create', "project=$project->id", "<i class='icon icon-plus'> </i>" . $lang->build->create, '', "class='btn btn-primary'");?>