File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ <h2 class="card-title text-2xl sm:text-3xl border-b border-base-300 pb-3 mb-6">
228228 < td class ="p-3 whitespace-nowrap ">
229229 {% set display_hostname = details.hostname_for_dns if details.hostname_for_dns else hostname.split('|')[0] %}
230230 {% set display_path = details.path if details.path else (hostname.split('|')[1] if '|' in hostname else None) %}
231- < a href ="{{ protocol }} ://{{ display_hostname }}{% if display_path %}{{ display_path }}{% endif %} " target ="_blank " rel ="noopener noreferrer " title ="Open {{ protocol }}://{{ display_hostname }}{% if display_path %}{{ display_path }}{% endif %} " class ="link link-hover link-primary text-sm ">
231+ < a href ="https ://{{ display_hostname }}{% if display_path %}{{ display_path }}{% endif %} " target ="_blank " rel ="noopener noreferrer " title ="Open {{ protocol }}://{{ display_hostname }}{% if display_path %}{{ display_path }}{% endif %} " class ="link link-hover link-primary text-sm ">
232232 {{ display_hostname }}
233233 </ a >
234234 {% if display_hostname and display_hostname.startswith('*.') %}
You can’t perform that action at this time.
0 commit comments