Jannat Patel
3 anni fa
committed by
GitHub
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con
5 aggiunte e
1 eliminazioni
-
frappe/www/contact.html
|
|
@@ -67,7 +67,11 @@ |
|
|
|
<i class='fa fa-phone'></i> <span itemprop="telephone">{{ phone }}</span><br> |
|
|
|
{% endif %} |
|
|
|
{% if email_id %} |
|
|
|
<i class='fa fa-envelope'></i> <span itemprop="email">{{ email_id }}</span><br> |
|
|
|
<i class='fa fa-envelope'></i> |
|
|
|
<span itemprop="email"> |
|
|
|
<a href="mailto:{{ email_id }}">{{ email_id }}</a> |
|
|
|
</span> |
|
|
|
<br> |
|
|
|
{% endif %} |
|
|
|
{% if skype %} |
|
|
|
<i class='fa fa-skype'></i> <span itemprop="email">{{ skype }}</span><br> |
|
|
|