data_href_highlight 0.1.5
Highlight data-hrefs, making table rows clickable.. must set data-href in your table for this to function properly, example: <tbody> <% @employees.each do |employee| %> <tr data-href="<%= employee_url(employee) %>"> Please visit github for more detailed instructions, https://github.com/xDarkicex/Data_Href_gem