Skip to content

Commit

Permalink
fixed app category url
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Nov 7, 2017
1 parent 6a78cc7 commit 7cd0a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/modules/item/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 7cd0a1b

Please sign in to comment.