= link_to project, style: "text-decoration: none" do = render partial: "projects/image", locals: { project: } .project-thumbnail-title.semi-bold .d-flex.justify-content-between a.fs-16 href="projects/#{project.id}" style="color: black; text-decoration: none;" #{project.title} = link_to edit_project_path(project), class: "ms-3 modal-trigger", data: { turbo_frame: "modal_frame" } do i.icon.feather-16 data-feather="edit-2" .project-thumbnail-details - client = project.client.presence || "No Client" - brand = project.brand.presence || "No Brand" - category = project.category.presence || "No Category" .fs-14 = "#{client}" .fs-12 = "#{brand} : #{category}" .fs-12 = project.created_at.strftime("%d/%m/%Y")