Fill <td> with <a> link using ::after pseudoelement

This commit is contained in:
2023-12-05 23:36:56 +01:00
parent 16c24f65ca
commit 588bc01911
4 changed files with 12 additions and 18 deletions

View File

@@ -88,11 +88,6 @@ module ApplicationHelper
image_element_to(:link, name, image, options, html_options)
end
# Workaround to fill <td> with link completely, see CSS for details.
def table_link_to(...)
link_to(...) * 2
end
private