File tree Expand file tree Collapse file tree 3 files changed +6
-21
lines changed
Expand file tree Collapse file tree 3 files changed +6
-21
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11< div id ="workshops_count ">
22 < hr class ="border-gray-300 my-6 ">
33 < div class ="filters-applied w-full flex gap-3 items-center ">
4- < h3 class ="text-sm font-semibold uppercase text-gray-500 tracking-wide "> Workshops</ h3 >
5- <%= render "copy_url" %>
4+ < h3 class ="text-sm font-semibold uppercase text-gray-500 tracking-wide ">
5+ Workshops
6+ </ h3 >
7+ <%= render "shared/copy_url" %>
68 </ div >
79</ div >
Original file line number Diff line number Diff line change 4949 <%= turbo_frame_tag "frame_list" do %>
5050 <%= turbo_stream . replace ( "filters_applied" , partial : "filters_applied" ) %>
5151 <%= turbo_stream . replace ( "workshops_count" , partial : "workshops_count" ) %>
52- <%= turbo_stream . replace ( "copy_url" , partial : "copy_url" ) %>
52+ <%= turbo_stream . replace ( "copy_url" , partial : "shared/ copy_url" ) %>
5353 < div class ="mt-6 ">
5454 <% if @workshops . any? %>
5555 < div id ="workshops-list " class ="space-y-4 animate-fade ">
5858 breadcrumb : "Workshops" , link_route : workshop_path ( workshop ) %>
5959 <% end %>
6060 </ div >
61-
62- < div class ="pagination flex justify-center mt-12 ">
63- <%= tailwind_paginate @workshops %>
64- </ div >
61+ < div class ="pagination flex justify-center mt-12 "> <%= tailwind_paginate @workshops %> </ div >
6562 <% else %>
6663 < p class ="text-gray-600 ">
6764 Your search returned no results. Please try again.
You can’t perform that action at this time.
0 commit comments