more header changes

This commit is contained in:
2025-05-25 20:28:29 +02:00
parent 5135ceca13
commit 7807c9a055
4 changed files with 92 additions and 82 deletions

View File

@@ -1,4 +1,5 @@
{% extends "common/base.html" %}
{% from 'components/header.html' import header %}
{% block title %}Room Members - {{ room.name }}{% endblock %}
@@ -87,14 +88,17 @@
{% endblock %}
{% block content %}
<div class="container mt-4">
<div class="row mb-4">
<div class="col">
<h2>Room Members - {{ room.name }}</h2>
<p class="text-muted">Manage who has access to this room.</p>
</div>
</div>
{{ header(
title="Room Members - " + room.name,
description="Manage who has access to this room",
button_text="Back to Room",
button_url=url_for('rooms.room', room_id=room.id),
icon="fa-users",
button_class="btn-secondary",
button_icon="fa-arrow-left"
) }}
<div class="container-fluid py-4">
<div class="row">
<div class="col-md-8">
<div class="card shadow-sm">