File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7373 < div class ="flex justify-between items-baseline mb-4 ">
7474 < h3 class ="color-gray-900 font-bold "> Latest Spending</ h3 >
7575 < div class ="flex justify-between items-baseline gap-3 ">
76- < span class ="color-gray-500 text-sm hover:underline cursor-pointer "> See all</ span >
76+ <%= link_to "See all" ,
77+ transactions_path ( category : budget . category ) ,
78+ class : "color-gray-500 text-sm hover:underline cursor-pointer" ,
79+ data : {
80+ "turbo-frame" : "_top" ,
81+ } %>
7782 < span >
7883 <%= inline_svg_tag "icon-caret-right.svg" , class : "inline-block size-3" %>
7984 </ span >
Original file line number Diff line number Diff line change 2020 id ="notice "
2121 > <%= notice %> </ p >
2222 <% end %>
23+
24+ < article class ="bg-white rounded-lg px-5 py-7 space-y-5 ">
25+
26+ </ article >
2327
2428 < div >
2529 < turbo-frame id ="budgets " class ="grid grid-cols-1 lg:grid-cols-2 gap-6 ">
You can’t perform that action at this time.
0 commit comments