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:
authorLukas Reschke <lukas@statuscode.ch>2016-10-06 18:16:14 +0300
committerLukas Reschke <lukas@statuscode.ch>2016-10-06 18:16:14 +0300
commitd304822e30734941838876e978f0859f12d8d8a8 (patch)
tree1d87f12a7fc7698bfbfeb1b0a4f8025d33d79755 /page-box.php
parent4bb862fe1d6519e493a4e951bcdd12b01181ef14 (diff)
Make button look properly
Diffstat (limited to 'page-box.php')
-rw-r--r--page-box.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/page-box.php b/page-box.php
index f4c39037..0a9b0bf1 100644
--- a/page-box.php
+++ b/page-box.php
@@ -71,9 +71,10 @@
<div class="col-lg-6 col-sm-12">
<h2>Nextcloud Box Wiki and Forums</h2>
<p>You can find a lot of information, tips and tricks on configuring your Nextcloud Box on <a href="https://github.com/nextcloud/nextcloud-snap/wiki">our wiki</a>; discuss the Box and ask questions on <a href="https://help.nextcloud.com/t/the-great-nextcloud-box-topic/3510">our forums.</a></p>
- <div class="text-center btn-group morebuttondiv">
- <a href="https://help.nextcloud.com/t/the-great-nextcloud-box-topic/3510" class="btn btn-primary morebutton" target="_blank">Help on our forums <i class="icon-arrow-circle-o-right icon"></i></a>
- <a href="https://github.com/nextcloud/nextcloud-snap/wiki" class="btn btn-primary morebutton" target="_blank">Manuals on our wiki <i class="icon-arrow-circle-o-right icon"></i></a>
+ <div class="text-center morebuttondiv">
+ <a href="https://help.nextcloud.com/t/the-great-nextcloud-box-topic/3510" class="btn btn-primary morebutton" target="_blank">Help on our forums <i class="icon-arrow-circle-o-right icon"></i></a>
+ <br/><br/>
+ <a href="https://github.com/nextcloud/nextcloud-snap/wiki" class="btn btn-primary morebutton" target="_blank">Manuals on our wiki <i class="icon-arrow-circle-o-right icon"></i></a>
</div>
<p>If you are interested in contributing to the software of the Box, you can find the Nextcloud Snap here - we look forward to your pull request. Find us on IRC in <a href="irc://#nextcloud-dev@freenode.net" target="_blank">the Nextloud development IRC chat channel</a> on freenode.net, also accessible via <a href="https://webchat.freenode.net/?channels=nextcloud-dev" target="_blank">webchat</a></p>
</div>