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>2018-05-22 19:28:17 +0300
committerJos Poortvliet <jospoortvliet@gmail.com>2018-05-22 19:28:17 +0300
commit687401ab501b0265bde00d360d413942a7c9c54b (patch)
treee0e45fa4b5b8de7c6037c0050a7d17edf961d0c8 /page-finance.php
parentfb2059dbb2cc6fefc0a38b6183896b04e87e314a (diff)
add finance page to verticals
Signed-off-by: Jos Poortvliet <jospoortvliet@gmail.com>
Diffstat (limited to 'page-finance.php')
-rw-r--r--page-finance.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/page-finance.php b/page-finance.php
index 0c381ff1..e2227f08 100644
--- a/page-finance.php
+++ b/page-finance.php
@@ -204,9 +204,9 @@ require(["require.config"], function() {
<div class="col-md-6 revealOnScroll feature--block">
<p class="section--paragraph__tittle"><?php echo $l->t('Secure file exchange');?></p>
<p class="section--paragraph revealOnScroll"><?php echo $l->t('Sharing files across the borders of your organization can be done easily and securely with our file-drop feature.');?></p>
- <a href="<?php echo home_url('file-drop') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('File Drop');?></a>
<p class="section--paragraph revealOnScroll"><?php echo $l->t('IT stays in control at all times, enforcing security policy with the File Access Control capabilities.');?></p>
- <a href="<?php echo home_url('workflow') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('File Access Control');?></a>
+ <a href="<?php echo home_url('file-drop') ?>" class="button button--blue button--arrow button--large"><?php echo $l->t('File Drop');?></a>
+
</div>
</div>
<div class="row feature-row">