unused image finder
This commit is contained in:
@ -1,11 +1,14 @@
|
||||
%script{:src => "https://cdn.jsdelivr.net/npm/vue@2.7.14/dist/vue.js"}
|
||||
|
||||
.mx-20.flex.h-16.items-center.gap-16
|
||||
.text-xl.font-bold.text-gray-900
|
||||
= text_for_index
|
||||
.mx-20.flex.h-16.items-center.gap-16.justify-between
|
||||
.flex.gap-20
|
||||
.text-xl.font-bold.text-gray-900
|
||||
= text_for_index
|
||||
|
||||
= link_to(merged.new_image_path(new_link_params) ) do
|
||||
.button.action New Image
|
||||
= link_to(merged.new_image_path(new_link_params) ) do
|
||||
.button.action New Image
|
||||
= link_to(merged.images_path(unused: true) ) do
|
||||
.button.action Show unused Images
|
||||
|
||||
.images
|
||||
.flex.justify-center.gap-4
|
||||
@ -27,7 +30,7 @@
|
||||
%svg.w-6.h-6.mt-1{:fill => "none", :stroke => "currentColor", "stroke-width" => "1.5", :viewbox => "0 0 24 24", :xmlns => "http://www.w3.org/2000/svg"}
|
||||
%path{:d => "M15.75 17.25L12 21m0 0l-3.75-3.75M12 21V3", "stroke-linecap" => "round", "stroke-linejoin" => "round"}
|
||||
|
||||
.grid.grid-cols-6.gap-4.m-8
|
||||
.grid.grid-cols-2.lg:grid-cols-4.xl:grid-cols-6.gap-4.m-8
|
||||
.flex.flex-col.border.border-gray-100.rounded.image_box{"v-for": "image in filter_and_sort"}
|
||||
.flex.align-center.justify-between.mb-4
|
||||
.text-lg.font-bold.mt-2.mx-2
|
||||
|
Reference in New Issue
Block a user