App store vendor's app page added.

This commit is contained in:
cuneytsenturk
2018-10-03 12:10:59 +03:00
parent 1bd23281bb
commit 0a616a0480
4 changed files with 52 additions and 1 deletions

View File

@ -142,7 +142,7 @@
<tbody>
<tr>
<th>{{ trans_choice('general.vendors', 1) }}</th>
<td class="text-right"><a href="{{ url('apps/vendor/' . $module->vendor->id) }}">{{ $module->vendor_name }}</a></td>
<td class="text-right"><a href="{{ url('apps/vendors/' . $module->vendor->slug) }}">{{ $module->vendor_name }}</a></td>
</tr>
<tr>
<th>{{ trans('footer.version') }}</th>