fixed app category url
This commit is contained in:
parent
6a78cc7602
commit
7cd0a1b1ed
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user