From e2fdd88e82ecf106d2b559ebbf627933ea8a631d Mon Sep 17 00:00:00 2001 From: inane-pixel Date: Wed, 9 Oct 2024 14:39:16 -0400 Subject: [PATCH 1/3] 4672-Header-Alignment-on-all-things --- app/views/adjustments/index.html.erb | 4 ++-- app/views/items/_item_list.html.erb | 6 +++--- app/views/purchases/index.html.erb | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/app/views/adjustments/index.html.erb b/app/views/adjustments/index.html.erb index a945dd93dd..ece01d73c8 100644 --- a/app/views/adjustments/index.html.erb +++ b/app/views/adjustments/index.html.erb @@ -76,8 +76,8 @@ - - + + diff --git a/app/views/items/_item_list.html.erb b/app/views/items/_item_list.html.erb index a6a0d07231..bb30daf954 100644 --- a/app/views/items/_item_list.html.erb +++ b/app/views/items/_item_list.html.erb @@ -8,14 +8,14 @@ - - + + <% if Flipper.enabled?(:enable_packs) %> <% unless current_organization.request_units.empty? %> <% end %> <% end %> - + diff --git a/app/views/purchases/index.html.erb b/app/views/purchases/index.html.erb index 73df1e2a38..40d204223d 100644 --- a/app/views/purchases/index.html.erb +++ b/app/views/purchases/index.html.erb @@ -80,11 +80,11 @@ - - - + + + - + From 3cf5d14dd38688af20ad979f4ba94a753a20d968 Mon Sep 17 00:00:00 2001 From: inane-pixel Date: Tue, 22 Oct 2024 18:00:28 -0400 Subject: [PATCH 2/3] 4672-header-alginment --- app/views/items/_item_row.html.erb | 2 +- app/views/purchases/index.html.erb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/items/_item_row.html.erb b/app/views/items/_item_row.html.erb index d7733bfa2d..a6147c129d 100644 --- a/app/views/items/_item_row.html.erb +++ b/app/views/items/_item_row.html.erb @@ -1,7 +1,7 @@ - + <% if Flipper.enabled?(:enable_packs) %> <% unless current_organization.request_units.empty? %> diff --git a/app/views/purchases/index.html.erb b/app/views/purchases/index.html.erb index 40d204223d..946d94c1c3 100644 --- a/app/views/purchases/index.html.erb +++ b/app/views/purchases/index.html.erb @@ -83,7 +83,7 @@ - + From 7c5eb36be22039a681e74dad1ef09ea431e59f26 Mon Sep 17 00:00:00 2001 From: inane-pixel Date: Wed, 23 Oct 2024 12:51:18 -0400 Subject: [PATCH 3/3] 4672 Fix lint test --- app/views/adjustments/index.html.erb | 4 ++-- app/views/items/_item_list.html.erb | 6 +++--- app/views/purchases/index.html.erb | 10 +++++----- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/app/views/adjustments/index.html.erb b/app/views/adjustments/index.html.erb index ece01d73c8..4027d37bbe 100644 --- a/app/views/adjustments/index.html.erb +++ b/app/views/adjustments/index.html.erb @@ -76,8 +76,8 @@
CreatedOrganizationCreatedOrganization Storage location Comment Summary
Category NameQuantity Per IndividualFair Market Value (per item)Quantity Per IndividualFair Market Value (per item)Custom Request UnitsActionsActions
Purchases from Storage Location CommentsQuantity of ItemsVariety of ItemsAmount spentQuantity of ItemsVariety of ItemsAmount spent FMVPurchased DatePurchased Date Actions
<%= item_row.item_category && link_to(item_row.item_category&.name, item_category_path(item_row.item_category), class: 'text-blue-500') %> <%= item_row.name %><%= item_row.distribution_quantity %> <%= item_row.distribution_quantity %> <%= dollar_value(item_row.value_in_cents) %>Quantity of Items Variety of Items Amount spentFMVFMV Purchased Date Actions
- - + + diff --git a/app/views/items/_item_list.html.erb b/app/views/items/_item_list.html.erb index bb30daf954..b8ae121563 100644 --- a/app/views/items/_item_list.html.erb +++ b/app/views/items/_item_list.html.erb @@ -8,14 +8,14 @@ - - + + <% if Flipper.enabled?(:enable_packs) %> <% unless current_organization.request_units.empty? %> <% end %> <% end %> - + diff --git a/app/views/purchases/index.html.erb b/app/views/purchases/index.html.erb index 946d94c1c3..cdbda040b8 100644 --- a/app/views/purchases/index.html.erb +++ b/app/views/purchases/index.html.erb @@ -80,11 +80,11 @@ - - - - - + + + + +
CreatedOrganizationCreatedOrganization Storage location Comment Summary
Category NameQuantity Per IndividualFair Market Value (per item)Quantity Per IndividualFair Market Value (per item)Custom Request UnitsActionsActions
Purchases from Storage Location CommentsQuantity of ItemsVariety of ItemsAmount spentFMVPurchased DateQuantity of ItemsVariety of ItemsAmount spentFMVPurchased Date Actions