Skip to content
Snippets Groups Projects
Unverified Commit a8ca8cf5 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Fix indent

parent dfd8beab
No related branches found
No related tags found
No related merge requests found
Pipeline #39027 passed
...@@ -1468,11 +1468,11 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) { ...@@ -1468,11 +1468,11 @@ export class NextcloudFilePicker extends ScopedElementsMixin(DBPLitElement) {
@click="${async () => { this.openFilePicker(); } }">${i18n.t('nextcloud-file-picker.connect-nextcloud', {name: this.nextcloudName})}</button> @click="${async () => { this.openFilePicker(); } }">${i18n.t('nextcloud-file-picker.connect-nextcloud', {name: this.nextcloudName})}</button>
</div> </div>
<div class="block text-center m-inherit ${classMap({hidden: this.isPickerActive})}"> <div class="block text-center m-inherit ${classMap({hidden: this.isPickerActive})}">
<p class="m-inherit"><br> <p class="m-inherit"><br>
${i18n.t('nextcloud-file-picker.auth-info')}<br>${i18n.t('nextcloud-file-picker.auth-info-2')} ${i18n.t('nextcloud-file-picker.auth-info')}<br>${i18n.t('nextcloud-file-picker.auth-info-2')}
</p> </p>
</div>
</div> </div>
</div>
<div class="nextcloud-content ${classMap({hidden: !this.isPickerActive})}"> <div class="nextcloud-content ${classMap({hidden: !this.isPickerActive})}">
<div class="nextcloud-nav"> <div class="nextcloud-nav">
<p>${this.getBreadcrumb()}</p> <p>${this.getBreadcrumb()}</p>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment