Skip to content
Snippets Groups Projects
Commit 30aac7a4 authored by Marnuri Nitish -'s avatar Marnuri Nitish -
Browse files

Add links to dashboard

parent 537ea31f
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,6 @@ function toggleUserEnabled(userId, enable) {
function updateUserRole(userId){
const roleSelect = document.getElementById('roleDdl');
debugger
const selectedValue = roleSelect.value;
const url = `/admin/edit/${userId}/role`;
......
......@@ -41,31 +41,41 @@
<div class="card">
<h3>Feeds Management</h3>
<p>Review and manage community feeds</p>
<button>Manage</button>
<a th:href="@{/feed}">
<button>Manage</button>
</a>
</div>
<div class="card">
<h3>Event Management</h3>
<p>Create and manage community events</p>
<button>Manage</button>
<a th:href="@{/event}">
<button>Manage</button>
</a>
</div>
<div class="card">
<h3>Database Management</h3>
<p>Manage community information database</p>
<button>Manage</button>
<a th:href="@{/categories}">
<button>Manage</button>
</a>
</div>
<div class="card">
<h3>Comments Moderation</h3>
<p>Review and moderate user comments</p>
<button>Manage</button>
<a th:href="@{/feed}">
<button>Manage</button>
</a>
</div>
<div class="card">
<h3>News Management</h3>
<p>Create and manage community news</p>
<button>Manage</button>
<a th:href="@{/news}">
<button>Manage</button>
</a>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment