<%= render RailsLiveDashboard::RequestMethodBadgeComponent.new(request.content.method) %> <%= request.content.path %> <%= render RailsLiveDashboard::RequestStatusBadgeComponent.new(request.content.status) %> <%= request.created_at.strftime("%Y-%m-%d %H:%M:%S") %> <%= link_to 'Show', rails_live_dashboard.request_path(request), class: 'text-indigo-600 hover:text-indigo-900' %>