← back to Commercialrealestate
brokers.html: node 'View full profile' -> /agent.html (our page) instead of /broker.html; drop 'on Crexi' text
b9d6c4c7b2a8a2a0328aae2bbeff568c2f32b1f9 · 2026-08-19 10:42:20 -0700 · Steve Abrams
Files touched
Diff
commit b9d6c4c7b2a8a2a0328aae2bbeff568c2f32b1f9
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Wed Aug 19 10:42:20 2026 -0700
brokers.html: node 'View full profile' -> /agent.html (our page) instead of /broker.html; drop 'on Crexi' text
---
public/brokers.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/brokers.html b/public/brokers.html
index 9dbdf9f..f3f2f7c 100644
--- a/public/brokers.html
+++ b/public/brokers.html
@@ -283,8 +283,8 @@ function showDetail(id){
d.innerHTML =
`<b>${esc(n.label)}</b>` +
`<div class="k">${esc(n.firm)||'—'}</div>` +
- `<div style="margin-top:6px">${n.listings||0} listings here · ${n.total_assets||'?'} total on Crexi</div>` +
- (n.dbId!=null ? `<div style="margin-top:8px"><a href="/broker.html?id=${encodeURIComponent(n.dbId)}" style="color:var(--gold);font-weight:600">View full profile →</a></div>` : '') +
+ `<div style="margin-top:6px">${n.listings||0} listings here · ${n.total_assets||'?'} total</div>` +
+ `<div style="margin-top:8px"><a href="/agent.html?name=${encodeURIComponent(n.label)}${n.dbId!=null?'&id='+encodeURIComponent(n.dbId):''}" style="color:var(--gold);font-weight:600">View full profile →</a></div>` +
firmChain +
(contact ? `<div style="margin-top:8px;padding:8px;background:var(--card);border-radius:8px">${contact}</div>` : '<div class="k" style="margin-top:8px;font-size:11px">no contact info enriched</div>') +
(partners.length ? `<div style="margin-top:8px" class="k">co-lists with:</div>${partners.map(p=>'<div>· '+esc(p)+'</div>').join('')}` : '') +
← 5205cc5 backfill firm-site: add --offset to sweep beyond the top 40
·
back to Commercialrealestate
·
brokers.html: drop last 'on Crexi' text -> 'total listings o 5cba5cb →