app/views/bhf/entries/form/column/_static.haml in bhf-0.4.2.2 vs app/views/bhf/entries/form/column/_static.haml in bhf-0.4.2.3

- old
+ new

@@ -1,8 +1,8 @@ - if value = f.object.send(field.name) = node f, field do - if field.display_type == :primary_key %strong= value - elsif field.display_type == :date - = l value, :format => :long + = l value, format: :long - else = value \ No newline at end of file