Skip to content

Commit 5ac2272

Browse files
committed
Change the property name to contact_support_url
1 parent f26a869 commit 5ac2272

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

_layouts/api-index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ <h1>{{ page.title }}</h1>
117117
<div class="support-info-area">
118118
<span class="additional-info-content">Not finding the help you need?</span>
119119
<div>
120-
{% if site.support_url %}
121-
<a class="btn btn-action" href='{{ site.support_url }}' target="_blank" onclick="trackItemFromCurrentPage('docs-contact-support', '{{ site.product }}')">Contact support</a>
120+
{% if site.contact_support_url %}
121+
<a class="btn btn-action" href='{{ site.contact_support_url }}' target="_blank" onclick="trackItemFromCurrentPage('docs-contact-support', '{{ site.product }}')">Contact support</a>
122122
{% else %}
123123
<a class="btn btn-action" href='https://www.telerik.com/account/support-tickets?pid={{ site.data.support_products[site.product] }}' target="_blank" onclick="trackItemFromCurrentPage('docs-contact-support', '{{ site.product }}')">Contact support</a>
124124
{% endif %}

_layouts/documentation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,8 @@ <h1>{{ page.title }}</h1>
103103
<div class="support-info-area">
104104
<span class="additional-info-content">Not finding the help you need?</span>
105105
<div>
106-
{% if site.support_url %}
107-
<a class="btn btn-action" href='{{ site.support_url }}' target="_blank" onclick="trackItemFromCurrentPage('docs-contact-support', '{{ site.product }}')">Contact support</a>
106+
{% if site.contact_support_url %}
107+
<a class="btn btn-action" href='{{ site.contact_support_url }}' target="_blank" onclick="trackItemFromCurrentPage('docs-contact-support', '{{ site.product }}')">Contact support</a>
108108
{% else %}
109109
<a class="btn btn-action" href='https://www.telerik.com/account/support-tickets?pid={{ site.data.support_products[site.product] }}' target="_blank" onclick="trackItemFromCurrentPage('docs-contact-support', '{{ site.product }}')">Contact support</a>
110110
{% endif %}

0 commit comments

Comments
 (0)