Skip to content

Commit

Permalink
Add Research team contact links
Browse files Browse the repository at this point in the history
  • Loading branch information
RoyEJohnson committed Aug 22, 2018
1 parent b893821 commit 8aec423
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/app/pages/research/members-tab/members-tab.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@
<div class="image-holder">
<img if="entry.photo" class="photo" src="{entry.photo.file}" alt="portrait">
</div>
<div class="name">{entry.name}</div>
<div class="name">
<if condition="entry.website">
<a href="{entry.website}">
{entry.name}
</a>
<else>
{entry.name}
</if>
</div>
<div>{entry.title}</div>
</div>
</div>
Expand Down

0 comments on commit 8aec423

Please sign in to comment.