mirror of
https://github.com/Floriansylvain/RenewCMS.git
synced 2026-08-19 11:43:22 +02:00
fix: replaced post name with its id in URLs
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<td class="date">{{ $post.CreatedAt }}</td>
|
||||
<td class="date">{{ $post.UpdatedAt }}</td>
|
||||
<td>
|
||||
<a href="/post/{{ $post.Title }}/edit" class="btn btn-secondary btn-sm">
|
||||
<a href="/post/{{ $post.ID }}/edit" class="btn btn-secondary btn-sm">
|
||||
<svg width="12px" height="12px" fill="currentColor">
|
||||
<use xlink:href="/static/bootstrap-icons.svg#pen"/>
|
||||
</svg>
|
||||
|
||||
Reference in New Issue
Block a user