module AccessibilityHelper def you_are_here_info(condition = true) condition ? "#{l(:description_current_position)}".html_safe : "" end end