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 <jospoortvliet@gmail.com>2016-11-11 13:44:21 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2016-11-11 13:44:21 +0300
commit783ef316f884154cc5b2961b4557133e2caeedaf (patch)
tree9575750be94d81e003f35eba149d67aadf42960d /page-install.php
parent285e471116f1cefda30db987f791fd1dabcbd731 (diff)
move betas to 'get involved'
Diffstat (limited to 'page-install.php')
-rw-r--r--page-install.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/page-install.php b/page-install.php
index ddd200da..13140024 100644
--- a/page-install.php
+++ b/page-install.php
@@ -81,8 +81,9 @@
<h2><?php echo $l->t('Get Involved');?></h2>
<p><?php echo $l->t('If you want to help out with');?> <a href="<?php echo $DOCUMENTATION_DEVELOPER; ?>" target="_blank" rel="tooltip" title="<?php echo $l->t('Developer Documentation">developing</a> and testing, grab a daily build. Our <a href="https://github.com/nextcloud" target="_blank">GitHub project is here</a> and the <a href="https://github.com/nextcloud/server/issues" target="_blank">issue tracker for the server here</a>.');?></p>
<p><a href="<?php echo $DOWNLOAD_SERVER_DAILY_TAR; ?>" class="btn btn-lg btn-default"><i class="icon-archive"></i> <?php echo $l->t('Daily build');?></a></p>
+ <p><?php echo $l->t('Help test our clients:');?> <a target="_blank" href="<?php echo $DOWNLOAD_CLIENT_MOBILE_ANDROID_BETA; ?>"><?php echo $l->t('Android Beta client on Play store');?></a> and <a target="_blank" href="<?php echo $DOWNLOAD_CLIENT_MOBILE_FDROID_BETA; ?>"><?php echo $l->t('Android Beta client on F-droid');?></a></p>
<?php if(!empty($SERVER_TESTING_VERSION)) { ?>
- <p><?php echo $l->t('Latest testing version');?>: <span class="label label-blue"><?php echo $SERVER_TESTING_VERSION; ?></span></p>
+ <p><?php echo $l->t('Latest testing version');?>: <span class="label label-blue"><?php echo $SERVER_TESTING_VERSION; ?></span></p>
<p>
<?php if(!empty($DOWNLOAD_SERVER_ZIP_TESTING)) { ?>
<a href="<?php echo $DOWNLOAD_SERVER_ZIP_TESTING; ?>" class="btn btn-lg btn-default"><i class="icon-archive"></i> zip</a>