I need to add a dynamic class to some regular classes while updating syntax for Hyperstack:
div.upload_header.text_left(class: ('uploaded' if
FileUploads.complete?)) do
Should become something like this:
DIV(class: 'upload-header text-left (dynamic 'uploaded' should go
here)') do
I just can't seem to figure out how/if regular and dynamic classes can be declared together.