type changes..

This commit is contained in:
Cüneyt Şentürk
2020-02-03 12:31:25 +03:00
parent a8c848922a
commit 0a14f8955f
8 changed files with 8 additions and 8 deletions

View File

@@ -241,7 +241,7 @@
<th class="col-5">{{ trans('modules.documentation') }}</th>
@if ($module->documentation)
<td class="col-7 text-right">
<a href="{{ rotue('apps.docs.show', $module->slug) }}">{{ trans('modules.view') }}</a>
<a href="{{ route('apps.docs.show', $module->slug) }}">{{ trans('modules.view') }}</a>
</td>
@else
<th class="col-7 text-right">{{ trans('general.na') }}</th>