* removed heading prefix from view 'task/editestimate'.

This commit is contained in:
Catouse
2014-05-04 13:24:06 +08:00
parent 1ab9a28455
commit 12a026a0c9
-1
View File
@@ -16,7 +16,6 @@
<div class='container mw-600px'>
<div id='titlebar'>
<div class='heading'>
<span class='prefix'><?php echo html::icon($lang->icons['task']);?> <strong><?php echo $task->id;?></strong></span>
<strong><?php echo $lang->task->editEstimate;?></strong>
<small class='text-muted'><?php echo html::icon($lang->icons['edit']);?></small>
</div>