Browse Source

Add css classes for payments table

pull/63/head
Nafies Luthfi 6 years ago
parent
commit
1d4e859926
  1. 2
      resources/views/payments/index.blade.php

2
resources/views/payments/index.blade.php

@ -19,7 +19,7 @@
{{ Form::close() }}
</div>
<div class="panel panel-default">
<table class="table">
<table class="table table-condensed table-hover">
<thead>
<th>{{ __('app.table_no') }}</th>
<th class="col-md-3">{{ __('payment.project') }}</th>

Loading…
Cancel
Save