mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
spaces to tabs
This commit is contained in:
parent
2b586eb91c
commit
47341eb4bd
1 changed files with 10 additions and 10 deletions
|
|
@ -11,16 +11,16 @@
|
|||
|
||||
|
||||
<div class="clientsbox">
|
||||
<h2><?php echo $l->t('Get the apps to sync your files');?></h2>
|
||||
<a href="<?php echo $_['clients']['desktop']; ?>" target="_blank">
|
||||
<img src="<?php echo OCP\Util::imagePath('core', 'desktopapp.png'); ?>" />
|
||||
</a>
|
||||
<a href="<?php echo $_['clients']['android']; ?>" target="_blank">
|
||||
<img src="<?php echo OCP\Util::imagePath('core', 'googleplay.png'); ?>" />
|
||||
</a>
|
||||
<a href="<?php echo $_['clients']['ios']; ?>" target="_blank">
|
||||
<img src="<?php echo OCP\Util::imagePath('core', 'appstore.png'); ?>" />
|
||||
</a>
|
||||
<h2><?php echo $l->t('Get the apps to sync your files');?></h2>
|
||||
<a href="<?php echo $_['clients']['desktop']; ?>" target="_blank">
|
||||
<img src="<?php echo OCP\Util::imagePath('core', 'desktopapp.png'); ?>" />
|
||||
</a>
|
||||
<a href="<?php echo $_['clients']['android']; ?>" target="_blank">
|
||||
<img src="<?php echo OCP\Util::imagePath('core', 'googleplay.png'); ?>" />
|
||||
</a>
|
||||
<a href="<?php echo $_['clients']['ios']; ?>" target="_blank">
|
||||
<img src="<?php echo OCP\Util::imagePath('core', 'appstore.png'); ?>" />
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue