-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Clean up spacings and columns * Update test
- Loading branch information
Showing
8 changed files
with
36 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
<div id="salary_budget_labels" class="grid grid-cols-6"> | ||
<div class="px-5 py-4 col-2"> | ||
<div class=""></div> | ||
<div class="px-5 py-4 col-1"> | ||
Fixed Expense | ||
</div> | ||
|
||
<div class="px-5 py-4 col-1"> | ||
<div class="py-4 col-1"> | ||
Investing | ||
</div> | ||
|
||
<div class="px-5 py-4 col-1"> | ||
<div class="py-4 col-1"> | ||
Savings | ||
</div> | ||
|
||
<div class="px-5 py-4 col-1"> | ||
<div class="py-4 col-1"> | ||
Guilt Free | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,9 @@ | ||
<%= turbo_frame_tag :incomes do %> | ||
<div class="grid grid-cols-6"> | ||
<% income_headings = ["Income Type", "Rate", "Hours", "Weekly Income"] %> | ||
<% income_headings.each do |income_heading| %> | ||
<div class="px-5"><strong><%= income_heading %></strong></div> | ||
<% end %> | ||
</div> | ||
<strong>Net Income</strong> | ||
<div class="grid grid-cols-6"> | ||
<% income_headings = ["Income Type", "Rate", "Hours", "Weekly Gross"] %> | ||
<% income_headings.each do |income_heading| %> | ||
<div class="px-5"><strong><%= income_heading %></strong></div> | ||
<% end %> | ||
</div> | ||
|
||
<%= render @incomes %> | ||
<% end %> | ||
<%= render @incomes %> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters