7727b6714b
Each approval asks the admin to confirm/deny, but they couldn't see what they were approving. The row's prompt/meta area is now a clickable button that navigates to the run entity's detail page (quote -> /admin/quotes/:id, invoice -> /admin/bills/:id, event/contract/customer likewise) so the admin can review before deciding. Confirm/Deny stay as separate buttons; rows whose entity has no detail route (or no entity) render as plain, non-clickable text. Adds the approvals.openEntity tooltip string (en + de).