feat: Add link to Google Business Profile from GBP audit page
Adds 'Zobacz wizytowke Google' button in header-actions section that links directly to the company's Google Business Profile. Button only shows when google_maps_url is available. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
b06db9cb60
commit
772d4e7453
@ -792,6 +792,14 @@
|
||||
</svg>
|
||||
Profil firmy
|
||||
</a>
|
||||
{% if audit and audit.google_maps_url %}
|
||||
<a href="{{ audit.google_maps_url }}" target="_blank" rel="noopener" class="btn btn-outline btn-sm" style="color: #4285f4; border-color: #4285f4;">
|
||||
<svg width="16" height="16" viewBox="0 0 24 24" fill="currentColor">
|
||||
<path d="M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7zm0 9.5c-1.38 0-2.5-1.12-2.5-2.5s1.12-2.5 2.5-2.5 2.5 1.12 2.5 2.5-1.12 2.5-2.5 2.5z"/>
|
||||
</svg>
|
||||
Zobacz wizytowke Google
|
||||
</a>
|
||||
{% endif %}
|
||||
{% if can_audit %}
|
||||
<button class="btn btn-primary btn-sm" onclick="runAudit()" id="runAuditBtn">
|
||||
<svg width="16" height="16" fill="none" stroke="currentColor" viewBox="0 0 24 24">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user