Move github source to private server

This commit is contained in:
Zin Bo Thit
2026-01-29 12:00:13 +06:30
parent 417600b23e
commit 87cc77e0fb
27 changed files with 916 additions and 381 deletions

View File

@@ -119,10 +119,10 @@
</div>
<div class="dashboard-actions">
<%= link_to 'View All Tasks', tasks_path, class: 'action-btn primary' %>
<%= link_to 'Create New Task', new_task_path, class: 'action-btn success' %>
<%= link_to 'View All Tasks', tasks_path, class: 'btn btn-primary' %>
<%= link_to 'Create New Task', new_task_path, class: 'btn btn-success' %>
<% if current_user.admin? || current_user.manager? %>
<%= link_to 'Manage Departments', departments_path, class: 'action-btn secondary' %>
<%= link_to 'Manage Departments', departments_path, class: 'btn btn-secondary' %>
<% end %>
</div>
</div>