mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-09-05 22:26:02 +08:00
app: move the button to a new line
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
e0916df031
commit
3957a03b2d
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ declare(strict_types=1);
|
||||||
*/
|
*/
|
||||||
/** @var array $_ */ ?>
|
/** @var array $_ */ ?>
|
||||||
<div id="allinone" class="section">
|
<div id="allinone" class="section">
|
||||||
<h2><?php p($l->t('Nextcloud All-in-One'));?></h2>
|
<h2><?php p($l->t('Nextcloud All-in-One'));?></h2><br/>
|
||||||
<a href="<?php p($_['AIOLoginUrl']);?>" class="button" target="_blank">Open Nextcloud AIO Interface ↗</a><br><br>
|
<a href="<?php p($_['AIOLoginUrl']);?>" class="button" target="_blank">Open Nextcloud AIO Interface ↗</a><br><br>
|
||||||
<p><a href="https://github.com/nextcloud/all-in-one#how-to-easily-log-in-to-the-aio-interface">Click here for more infos on this feature (e.g. also on how to change the link in the button)</a></p>
|
<p><a href="https://github.com/nextcloud/all-in-one#how-to-easily-log-in-to-the-aio-interface">Click here for more infos on this feature (e.g. also on how to change the link in the button)</a></p>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue