Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJos Poortvliet <jos@opensuse.org>2018-08-10 17:41:06 +0300
committerGitHub <noreply@github.com>2018-08-10 17:41:06 +0300
commit53f73c2b2814ccb5175074c64adf45948276844a (patch)
tree9c73eeefb6c07e86830ef04e83ae70215859f8c8 /page-install.php
parentf6376b0571e6ada044765598e9d4bb3c9e5b480c (diff)
Update page-install.php
Improve installation page
Diffstat (limited to 'page-install.php')
-rw-r--r--page-install.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/page-install.php b/page-install.php
index 48b79707..6db44d23 100644
--- a/page-install.php
+++ b/page-install.php
@@ -95,15 +95,15 @@
<?php } ?>
<?php if(!empty($VERSIONS_CLIENT_DESKTOP_TESTING)) { ?>
<h4><?php echo $l->t('Desktop Clients <small><?php echo $VERSIONS_CLIENT_DESKTOP_TESTING; ?></small>');?></h4>
- <p><?php echo $l->t('Please report any issues to the <a href="https://github.com/nextcloud/client_theming" target="_blank">issue tracker</a>.');?></p>
+ <p><?php echo $l->t('Please report any issues to the');?> <a href="<?php echo $DOWNLOAD_CLIENT_DESKTOP_TEST_SOURCES; ?>" target="_blank"><?php echo $l->t('issue tracker.');?></a></p>
<!--<p><?php echo $l->t('You can check the authenticity of the sources using this <a href="<?php echo $DOWNLOAD_CLIENT_DESKTOP_TEST_SOURCES_PGP; ?>">PGP signature</a>.');?></p>-->
<div class="btn-group">
<a href="<?php echo $DOWNLOAD_CLIENT_DESKTOP_TEST_WIN; ?>" class="btn btn-default btn-large"><i class="icon-windows"></i> Windows</a>
<a href="<?php echo $DOWNLOAD_CLIENT_DESKTOP_TEST_MAC; ?>" class="btn btn-default btn-large"><i class="icon-apple"></i> Mac</a>
<a href="<?php echo $DOWNLOAD_CLIENT_DESKTOP_TEST_LINUX; ?>" class="btn btn-default btn-large"><i class="icon-linux"></i> Linux</a>
- <a href="<?php echo $DOWNLOAD_CLIENT_DESKTOP_TEST_SOURCES; ?>" class="btn btn-default btn-large"><i class="icon-archive"></i> Sources</a>
- <?php } ?></p>
- <p><a href="<?php echo home_url('contribute') ?>" target="_blank" rel="tooltip" title="<?php echo $l->t('The Nextcloud Contribute Page">See more ways to get involved</a>!');?></p>
+ </div>
+ <?php } ?></p>
+ <p><a href="<?php echo home_url('contribute') ?>" target="_blank" rel="tooltip" title="<?php echo $l->t('The Nextcloud Contribute Page">See more ways to get involved!');?></a></p>
</div>
</div>