Commit 715da423 authored by Nicolas Widart's avatar Nicolas Widart

Changing table properties

parent bbb1e626
......@@ -39,12 +39,12 @@
<tr>
<td>
<a href="{{ URL::route('dashboard.post.edit', [$menu->id]) }}">
{{ $menu->title }}
{{ $menu->name }}
</a>
</td>
<td>
<a href="{{ URL::route('dashboard.post.edit', [$menu->id]) }}">
{{ $menu->slug }}
{{ $menu->title }}
</a>
</td>
<td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment