module StorageLocationsHelper def storage_locations_placeholder return if StorageLocation.storage_locations_enabled? "
#{I18n.t('storage_locations.storage_locations_disabled')}
" end end