Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

Commit

Permalink
#16 Change download link
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderpotjer committed Jul 19, 2020
1 parent fba5b1c commit 62e38db
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
</div>
<div class="jed-extension-header__item">
<div class="jed-extension-header__buttons button-group">
<?php if ($this->item->homepageLink): ?>
<a href="<?php echo $this->item->homepageLink; ?>" class="button button--blue button--big">Get extension</a>
<?php if ($this->item->downloadLink): ?>
<a href="<?php echo $this->item->downloadLink; ?>" class="button button--blue button--big">Get extension</a>
<?php endif; ?>

<a href="#" class="button button--blue button--big button--icon-only">
Expand Down Expand Up @@ -79,8 +79,8 @@
<?php echo $this->item->intro; ?>
</p>
<p class="button-group">
<?php if ($this->item->downloadLink): ?>
<a href="<?php echo $this->item->downloadLink; ?>" class="button button--grey">Download</a>
<?php if ($this->item->homepageLink): ?>
<a href="<?php echo $this->item->homepageLink; ?>" class="button button--grey">Homepage</a>
<?php endif; ?>
<?php if ($this->item->demoLink): ?>
<a href="<?php echo $this->item->demoLink; ?>" class="button button--grey">Demo</a>
Expand Down

0 comments on commit 62e38db

Please sign in to comment.