progress indicators, bug fixes, after a while
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
<div class="title_left">
|
||||
<ol class="breadcrumb">
|
||||
<li><a href="{!! url('dashboard') !!}">Dashboard</a></li>
|
||||
<li class="active">General Documents</li>
|
||||
<li class="active"> <?php echo ucfirst($category) ?? "General Documents"; ?> </li>
|
||||
</ol>
|
||||
</div>
|
||||
</div>
|
||||
@@ -50,7 +50,7 @@
|
||||
<div class="col-md-12 col-sm-12 col-xs-12">
|
||||
<div class="x_panel">
|
||||
<div class="x_title">
|
||||
<h2> General Documents </h2>
|
||||
<h2> <?php echo ucfirst($category) ?? "General Documents"; ?> </h2>
|
||||
<div class="pull-right">
|
||||
<a class="btn btn-primary btn-sm" href="{!! url('generaldocuments/create') !!}"><i class="fa fa-plus-circle"></i> Upload New Documents</a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user