arindam-changes

This commit is contained in:
arindam85
2016-10-24 15:05:48 +05:30
parent d2c5be138e
commit 296736f092
2 changed files with 4 additions and 4 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}}">
<div class="callout callout-{{$priority->priority_color}}" style = 'background-color:{{$priority->priority_color}}'>
<div class="row">
<div class="col-md-3">
<?php