* change 'featurebar' to 'titlebar' and ajust style.

This commit is contained in:
Catouse
2014-04-23 17:56:18 +08:00
parent 924f8fbc8c
commit 6193014130
25 changed files with 30 additions and 28 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
*/
?>
<?php include '../../common/view/header.html.php';?>
<div id='featurebar'>
<div id='titlebar'>
<div class='heading'>
<?php echo html::icon($lang->icons['bug']);?> <?php echo $lang->project->bug;?>
<?php if($build) echo ' <span class="label label-danger">Build:' . $build->name . '</span>'; ?>