Fixed group links 2
This commit is contained in:
Server
@@ -81,7 +81,7 @@
|
|||||||
<div class="location-info">
|
<div class="location-info">
|
||||||
<p><b>{$content.location}: </b>{getAddress(entry)}</p>
|
<p><b>{$content.location}: </b>{getAddress(entry)}</p>
|
||||||
<p><b>{$content.members}: </b>{entry.members}</p>
|
<p><b>{$content.members}: </b>{entry.members}</p>
|
||||||
{#if entry.contact.includes("@")}
|
{#if entry.contact.includes("@") && entry.contact.trim().split(" ").length==1}
|
||||||
<p><b>{$content.contact}: </b><a href={"mailto:" + entry.contact} target=;_blank; rel=noreferrer>{entry.contact}</a></p>
|
<p><b>{$content.contact}: </b><a href={"mailto:" + entry.contact} target=;_blank; rel=noreferrer>{entry.contact}</a></p>
|
||||||
{:else if entry.contact.includes("http")}
|
{:else if entry.contact.includes("http")}
|
||||||
<p><b>{$content.contact}: </b><a href={entry.contact} target=;_blank; rel=noreferrer>{entry.contact}</a></p>
|
<p><b>{$content.contact}: </b><a href={entry.contact} target=;_blank; rel=noreferrer>{entry.contact}</a></p>
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user