fixed app category url

This commit is contained in:
denisdulici 2017-11-07 16:27:33 +03:00
parent 6a78cc7602
commit 7cd0a1b1ed

View File

@ -125,7 +125,7 @@
</tr>
<tr>
<th>Category</th>
<td class="text-right"><a href="{{ url('apps/category/' . $module->category->slug) }}">{{ $module->category->name }}</a></td>
<td class="text-right"><a href="{{ url('apps/categories/' . $module->category->slug) }}">{{ $module->category->name }}</a></td>
</tr>
</tbody>
</table>