Respect home hubs setting for registration #580 (#581)

Respect home hubs setting for registration #580
This commit is contained in:
Nabeel S
2020-02-23 17:21:26 -05:00
committed by GitHub
parent b34dc4868e
commit a1d6fa17ad
11 changed files with 62 additions and 64 deletions

View File

@@ -91,7 +91,7 @@
</form>
</div>
@endif
<table class="table table-striped">
<table class="table table-striped table-condensed">
<tr>
<td width="30%">@lang('common.state')</td>
@@ -153,7 +153,7 @@
<table class="table table-hover table-condensed">
<thead>
<th>@lang('common.name')</th>
<th>@lang('common.value')</th>
<th>{{ trans_choice('common.value', 1) }}</th>
</thead>
<tbody>
@foreach($pirep->fields as $field)