anchor colors added
This commit is contained in:
parent
f3da13c8bf
commit
53059c512a
@ -212,7 +212,7 @@
|
|||||||
@if ($module->vendor_name)
|
@if ($module->vendor_name)
|
||||||
<tr class="row">
|
<tr class="row">
|
||||||
<th class="col-5">{{ trans_choice('general.developers', 1) }}</th>
|
<th class="col-5">{{ trans_choice('general.developers', 1) }}</th>
|
||||||
<td class="col-7 text-right"><a href="{{ url('apps/vendors/' . $module->vendor->slug) }}">{{ $module->vendor_name }}</a></td>
|
<td class="col-7 text-right"><a class="text-success" href="{{ url('apps/vendors/' . $module->vendor->slug) }}">{{ $module->vendor_name }}</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
@endif
|
@endif
|
||||||
@if ($module->version)
|
@if ($module->version)
|
||||||
@ -242,14 +242,14 @@
|
|||||||
@if ($module->category)
|
@if ($module->category)
|
||||||
<tr class="row">
|
<tr class="row">
|
||||||
<th class="col-5">{{ trans_choice('general.categories', 1) }}</th>
|
<th class="col-5">{{ trans_choice('general.categories', 1) }}</th>
|
||||||
<td class="col-7 text-right"><a href="{{ url('apps/categories/' . $module->category->slug) }}">{{ $module->category->name }}</a></td>
|
<td class="col-7 text-right"><a class="text-success" href="{{ url('apps/categories/' . $module->category->slug) }}">{{ $module->category->name }}</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
@endif
|
@endif
|
||||||
<tr class="row">
|
<tr class="row">
|
||||||
<th class="col-5">{{ trans('modules.documentation') }}</th>
|
<th class="col-5">{{ trans('modules.documentation') }}</th>
|
||||||
@if ($module->documentation)
|
@if ($module->documentation)
|
||||||
<td class="col-7 text-right">
|
<td class="col-7 text-right">
|
||||||
<a class="font-weight-bold" href="{{ url('apps/docs/' . $module->slug) }}">{{ trans('modules.view') }}</a>
|
<a class="text-success font-weight-bold" href="{{ url('apps/docs/' . $module->slug) }}">{{ trans('modules.view') }}</a>
|
||||||
</td>
|
</td>
|
||||||
@else
|
@else
|
||||||
<th class="col-7 text-right">{{ trans('general.na') }}</th>
|
<th class="col-7 text-right">{{ trans('general.na') }}</th>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user