bug-fix-patch

This commit is contained in:
Manish Verma
2016-10-31 13:06:39 +05:30
parent 6a06167063
commit 91dacdd998
3 changed files with 4 additions and 7 deletions

View File

@@ -200,7 +200,7 @@ if ($thread->title != "") {
<?php
$priority = App\Model\helpdesk\Ticket\Ticket_Priority::where('priority_id', '=', $tickets->priority_id)->first();
?>
<div class="callout callout-{{$priority->priority_color}}" style = 'background-color:{{$priority->priority_color}}'>
<div class="callout callout-{{$priority->priority_color}}" style = 'background-color:{{$priority->priority_color}}; color:#F9F9F9'>
<div class="row">
<div class="col-md-3">
<?php