app/views/bhf/pages/macro/column/_date.haml in bhf-0.4.35 vs app/views/bhf/pages/macro/column/_date.haml in bhf-0.4.36
- old
+ new
@@ -1 +1 @@
-= l(object.send(column.name), format: :short)
+= l(object.send(column.name), format: :short) if object.send(column.name)
\ No newline at end of file