feat(rnetwork): add 'Full CRM' link to Twenty in CRM header
Ensures the traditional Twenty CRM interface is always accessible via a header link alongside the rNetwork CRM tabs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
2f47835699
commit
841a5ff2b6
|
|
@ -830,7 +830,8 @@ class FolkCrmView extends HTMLElement {
|
|||
|
||||
<div class="crm-header">
|
||||
<span class="crm-title">CRM</span>
|
||||
<button class="tab" id="btn-tour" style="margin-left:auto;font-size:0.78rem;padding:4px 10px">Tour</button>
|
||||
<a href="https://crm.rspace.online" target="_blank" rel="noopener" style="margin-left:auto;font-size:0.78rem;padding:4px 10px;color:var(--link,#60a5fa);text-decoration:none" title="Open full Twenty CRM">Full CRM →</a>
|
||||
<button class="tab" id="btn-tour" style="font-size:0.78rem;padding:4px 10px">Tour</button>
|
||||
</div>
|
||||
|
||||
<div class="tabs">
|
||||
|
|
|
|||
Loading…
Reference in New Issue