Hi, I tried to clean up a mess that we have now in our HAML view. Especially in instances/show.xml there are a lot of duplicated code produced by 'if @instance.<attr>'... So instead of checking values in views I created a HAML helper for that. Also I created a HAML helpers for resources (<image href="..") and for 'subcollection' (like public_addresses/address). I wrote more detailed documentation in code (above helpers).
-- Michal
