...
This commit is contained in:
		@@ -1,6 +1,6 @@
 | 
			
		||||
{% extends "base.html" %}
 | 
			
		||||
 | 
			
		||||
{% block title %}Login - Actix MVC App{% endblock %}
 | 
			
		||||
{% block title %}Login{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
<div class="row justify-content-center">
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{% extends "base.html" %}
 | 
			
		||||
 | 
			
		||||
{% block title %}Register - Actix MVC App{% endblock %}
 | 
			
		||||
{% block title %}Register{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
<div class="row justify-content-center">
 | 
			
		||||
 
 | 
			
		||||
@@ -59,8 +59,8 @@
 | 
			
		||||
<body>
 | 
			
		||||
    <!-- Header - Full Width -->
 | 
			
		||||
    <header class="header bg-dark text-white">
 | 
			
		||||
        <div class="container-fluid d-flex justify-content-between align-items-center h-100">
 | 
			
		||||
            <div class="d-flex align-items-center">
 | 
			
		||||
        <div class="d-flex container-fluid justify-content-between align-items-center h-100">
 | 
			
		||||
            <div class="align-items-center">
 | 
			
		||||
                <button class="navbar-toggler d-md-none me-2" type="button" id="sidebarToggle" aria-label="Toggle navigation">
 | 
			
		||||
                    <i class="bi bi-list text-white"></i>
 | 
			
		||||
                </button>
 | 
			
		||||
@@ -97,9 +97,9 @@
 | 
			
		||||
        </div>
 | 
			
		||||
    </header>
 | 
			
		||||
 | 
			
		||||
    <div class="d-flex">
 | 
			
		||||
    <div>
 | 
			
		||||
        <!-- Sidebar -->
 | 
			
		||||
        <div class="sidebar bg-light shadow-sm border-end" id="sidebar">
 | 
			
		||||
        <div class="sidebar bg-light shadow-sm border-end d-flex" id="sidebar">
 | 
			
		||||
            <div class="py-2">
 | 
			
		||||
            <ul class="nav flex-column">
 | 
			
		||||
                <li class="nav-item">
 | 
			
		||||
@@ -152,9 +152,9 @@
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
        <!-- Main Content -->
 | 
			
		||||
        <div class="main-content">
 | 
			
		||||
        <div class="main-content" >
 | 
			
		||||
            <!-- Page Content -->
 | 
			
		||||
            <main class="py-3 w-100">
 | 
			
		||||
            <main class="py-3 w-100 d-block">
 | 
			
		||||
                <div class="container-fluid">
 | 
			
		||||
                    {% block content %}{% endblock %}
 | 
			
		||||
                </div>
 | 
			
		||||
 
 | 
			
		||||
@@ -5,7 +5,7 @@
 | 
			
		||||
{% block content %}
 | 
			
		||||
    <div class="row mb-4">
 | 
			
		||||
        <div class="col-12">
 | 
			
		||||
            <h1 class="display-5 mb-3">Flows Dashboard</h1>
 | 
			
		||||
            <h1 class="display-5 mb-4">Flows Dashboard</h1>
 | 
			
		||||
            <p class="lead">Track and manage workflow processes across the organization.</p>
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
@@ -70,4 +70,4 @@
 | 
			
		||||
        </div>
 | 
			
		||||
    </div>
 | 
			
		||||
 | 
			
		||||
{% endblock %}
 | 
			
		||||
{% endblock %}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{% extends "base.html" %}
 | 
			
		||||
 | 
			
		||||
{% block title %}Governance Dashboard - Actix MVC App{% endblock %}
 | 
			
		||||
{% block title %}Governance Dashboard{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
    <div class="row mb-4">
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{% extends "base.html" %}
 | 
			
		||||
 | 
			
		||||
{% block title %}Support Tickets - Actix MVC App{% endblock %}
 | 
			
		||||
{% block title %}Support Tickets{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
<div class="d-flex justify-content-between align-items-center mb-4">
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{% extends "base.html" %}
 | 
			
		||||
 | 
			
		||||
{% block title %}My Tickets - Actix MVC App{% endblock %}
 | 
			
		||||
{% block title %}My Tickets{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
<div class="d-flex justify-content-between align-items-center mb-4">
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{% extends "base.html" %}
 | 
			
		||||
 | 
			
		||||
{% block title %}New Support Ticket - Actix MVC App{% endblock %}
 | 
			
		||||
{% block title %}New Support Ticket{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
<div class="row justify-content-center">
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
{% extends "base.html" %}
 | 
			
		||||
 | 
			
		||||
{% block title %}Ticket #{{ ticket.id | truncate(length=8) }} - Actix MVC App{% endblock %}
 | 
			
		||||
{% block title %}Ticket #{{ ticket.id | truncate(length=8) }}{% endblock %}
 | 
			
		||||
 | 
			
		||||
{% block content %}
 | 
			
		||||
<div class="container-fluid" up-main>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user