restructure file system
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{% from 'macros.html' import format_size %}
|
||||
{% from 'common/macros.html' import format_size %}
|
||||
|
||||
{% macro storage_overview(room_count, file_count, folder_count, total_size) %}
|
||||
<div class="masonry-card">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% from 'macros.html' import format_size %}
|
||||
{% from 'common/macros.html' import format_size %}
|
||||
|
||||
{% macro storage_usage(storage_by_type) %}
|
||||
<div class="masonry-card">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% from 'macros.html' import format_size %}
|
||||
{% from 'common/macros.html' import format_size %}
|
||||
|
||||
{% macro trash(trash_count, pending_deletion, oldest_trash_date, trash_size) %}
|
||||
<div class="masonry-card">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "base.html" %}
|
||||
{% extends "common/base.html" %}
|
||||
|
||||
{% block title %}Contacts - DocuPulse{% endblock %}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "base.html" %}
|
||||
{% extends "common/base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="container mx-auto px-4 py-8">
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "base.html" %}
|
||||
{% extends "common/base.html" %}
|
||||
|
||||
{% block head %}
|
||||
{{ super() }}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "base.html" %}
|
||||
{% extends "common/base.html" %}
|
||||
|
||||
{% block title %}Dashboard - DocuPulse{% endblock %}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "base.html" %}
|
||||
{% extends "common/base.html" %}
|
||||
|
||||
{% block title %}Profile - DocuPulse{% endblock %}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "base.html" %}
|
||||
{% extends "common/base.html" %}
|
||||
|
||||
{% block title %}Create Room - DocuPulse{% endblock %}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "base.html" %}
|
||||
{% extends "common/base.html" %}
|
||||
|
||||
{% block title %}Edit Room - {{ room.name }}{% endblock %}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "base.html" %}
|
||||
{% extends "common/base.html" %}
|
||||
|
||||
{% block title %}Room - DocuPulse{% endblock %}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "base.html" %}
|
||||
{% extends "common/base.html" %}
|
||||
|
||||
{% block title %}Room Members - {{ room.name }}{% endblock %}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "base.html" %}
|
||||
{% extends "common/base.html" %}
|
||||
|
||||
{% block title %}Rooms - DocuPulse{% endblock %}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "base.html" %}
|
||||
{% extends "common/base.html" %}
|
||||
|
||||
{% block title %}Starred - DocuPulse{% endblock %}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{% extends "base.html" %}
|
||||
{% extends "common/base.html" %}
|
||||
|
||||
{% block title %}Trash - DocuPulse{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user