prettify
This commit is contained in:
@@ -125,18 +125,18 @@
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{#if !application.settings.isBot}
|
{#if !application.settings.isBot}
|
||||||
<div class="grid grid-cols-2 items-center">
|
<div class="grid grid-cols-2 items-center">
|
||||||
<Setting
|
<Setting
|
||||||
id="previews"
|
id="previews"
|
||||||
isCenter={false}
|
isCenter={false}
|
||||||
bind:setting={previews}
|
bind:setting={previews}
|
||||||
on:click={() => changeSettings('previews')}
|
on:click={() => changeSettings('previews')}
|
||||||
title={$t('application.enable_mr_pr_previews')}
|
title={$t('application.enable_mr_pr_previews')}
|
||||||
description={$t('application.enable_preview_deploy_mr_pr_requests')}
|
description={$t('application.enable_preview_deploy_mr_pr_requests')}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
{/if}
|
{/if}
|
||||||
{:else}
|
{:else}
|
||||||
No features available for this application
|
No features available for this application
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user