# File lib/deltacloud/helpers/application_helper.rb, line 196
  def image_for_state(state)
    state_img = "stopped" if (state!='RUNNING' or state!='PENDING')
    "<img src='/images/#{state.downcase}.png' title='#{state}'/>"
  end