app/views/bhf/table/column/_primary_key.haml in bhf-0.9.1 vs app/views/bhf/table/column/_primary_key.haml in bhf-0.9.2
- old
+ new
@@ -2 +1,2 @@
-%strong= column_value
+= content_tag link ? :a : :span, class: ('quick_edit' if add_quick_link), href: (link if link) do
+ %strong= column_value
\ No newline at end of file