Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hypha
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ots
hypha
Commits
29eaa01a
Unverified
Commit
29eaa01a
authored
11 months ago
by
Sandeep Chauhan
Committed by
GitHub
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix applicant dashboard invoices table Ui for smaller screens (#3838)
Fixes #3827
parent
7b4910f0
No related branches found
No related tags found
1 merge request
!89
Upgrade to 5.10.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hypha/apply/dashboard/templates/dashboard/applicant_dashboard.html
+4
-4
4 additions, 4 deletions
...ly/dashboard/templates/dashboard/applicant_dashboard.html
with
4 additions
and
4 deletions
hypha/apply/dashboard/templates/dashboard/applicant_dashboard.html
+
4
−
4
View file @
29eaa01a
...
...
@@ -78,17 +78,17 @@
</div>
{% for invoice in active_invoices.data %}
<div
class=
"wrapper wrapper--status-bar-outer"
>
<div
class=
"wrapper
wrapper--status-bar-inner
ps-4 pe-4"
>
<div
class=
"m
ax-w-[33%] w-full text
-start my-auto"
>
<div
class=
"wrapper
flex flex-wrap justify-between
ps-4 pe-4"
>
<div
class=
"m
d:w-1/3 flex flex-col item
-start my-auto"
>
<h4
class=
"heading heading--no-margin font-bold"
><a
class=
"link"
href=
"{{ invoice.get_absolute_url }}"
>
{% if invoice.invoice_number %}{{ invoice.invoice_number }}{% else %}{{ invoice.vendor_document_number }}{% endif %}
</a></h4>
<p
class=
"m-0 text-fg-muted text-sm"
>
{% trans "Date added: " %} {{ invoice.requested_at }}
</p>
</div>
<div
class=
"m
ax-w-[33%] w-full
text-center my-auto"
>
<div
class=
"m
d:w-1/3 flex flex-col items-center
text-center my-auto"
>
<p
class=
"text-2xl"
>
{% if invoice.invoice_amount %}{{ invoice.invoice_amount | format_number_as_currency }}{% else %}-{% endif %}
</p>
</div>
<div
class=
"m
ax-w-[33%] w-full flex
my-auto"
>
<div
class=
"m
d:w-1/3 flex flex-col items-end
my-auto"
>
{% display_invoice_table_status_for_user invoice.status request.user as invoice_status %}
<div
class=
"w-full flex-1"
></div>
<div
class=
"max-w-fit w-full text-end"
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment