Skip to content

Commit

Permalink
updating help email
Browse files Browse the repository at this point in the history
  • Loading branch information
mariacos committed Mar 3, 2020
1 parent 47eab05 commit bc013e4
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions grails-app/views/home/portalHome.gsp
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@
<g:if test="${g.portalTypeString()?.equals('mi')}">
<div style="position:absolute; top: 25px; right:-40px; ">
<p style="margin-bottom:3px;">
<a href="mailto:[email protected]">
<a href="http://www.kp4cd.org/contact" target="_blank">
<img style="width:30px; height:30px;" src="${resource(dir:'images/icons', file:'email_update.svg')}" />
</a>
</p>
Expand All @@ -739,7 +739,7 @@
<g:elseif test="${g.portalTypeString()?.equals('stroke')}">
<div style="position:absolute; top: 25px; right:-40px; ">
<p style="margin-bottom:3px;">
<a href="https://goo.gl/forms/EcXR6Kv2P4Ifdmtl1" target="_blank">
<a href="http://www.kp4cd.org/contact" target="_blank">
<img style="width:30px; height:30px;" src="${resource(dir:'images/icons', file:'email_update.svg')}" />
</a>
</p>
Expand All @@ -750,7 +750,7 @@
<g:elseif test="${g.portalTypeString()?.equals('sleep')}">
<div style="position:absolute; top: 25px; right:-40px; ">
<p style="margin-bottom:3px;">
<a href="mailto:help@sleepdisordergenetics.org">
<a href="http://www.kp4cd.org/contact" target="_blank">
<img style="width:30px; height:30px;" src="${resource(dir:'images/icons', file:'email_update.svg')}" />
</a>
</p>
Expand All @@ -762,7 +762,19 @@
<g:elseif test="${g.portalTypeString()?.equals('bone')}">
<div style="position:absolute; top: 25px; right:-40px; ">
<p style="margin-bottom:3px;">
<a href="mailto:[email protected]">
<a href="http://www.kp4cd.org/contact" target="_blank">
<img style="width:30px; height:30px;" src="${resource(dir:'images/icons', file:'email_update.svg')}" />
</a>
</p>
<p style="margin-bottom:3px;"><a href="https://twitter.com/KPortalNetwork" target="_blank"><img style="width:30px; height:30px;" src="${resource(dir:'images/icons', file:'twitter_icn.svg')}" /></a></p>
</div>

</g:elseif>

<g:elseif test="${g.portalTypeString()?.equals('lung')}">
<div style="position:absolute; top: 25px; right:-40px; ">
<p style="margin-bottom:3px;">
<a href="http://www.kp4cd.org/contact" target="_blank">
<img style="width:30px; height:30px;" src="${resource(dir:'images/icons', file:'email_update.svg')}" />
</a>
</p>
Expand Down

0 comments on commit bc013e4

Please sign in to comment.