Skip to content

Commit

Permalink
Add titles to Invoices and Clients dashboard to match Receipts dashbo…
Browse files Browse the repository at this point in the history
…ard layout (#408)
  • Loading branch information
derrickpriebe authored Jun 10, 2024
1 parent 2e5dfa9 commit 35e9db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/templates/pages/clients/dashboard/dashboard.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{% extends base|default:"base/base.html" %}
{% block content %}
<div class="card w-full p-6 bg-base-100 shadow-xl mt-2">
<h2 class="text-xl">Clients</h2>
<a class="btn btn-primary mb-4"
href="{% url "clients create" %}"
hx-boost="true">
Expand Down
1 change: 1 addition & 0 deletions frontend/templates/pages/invoices/dashboard/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<form id="sort_direction_storage">
</form>
<div class="card bg-base-100 p-6 mb-4 h-screen">
<h2 class="text-xl">Invoices</h2>
<div class="flex gap-3 justify-between mb-3">
<div class="dropdown dropdown-hover dropdown-right w-14">
<div tabindex="0"
Expand Down

0 comments on commit 35e9db9

Please sign in to comment.