Skip to content

Commit

Permalink
FIX: Code Block Layout
Browse files Browse the repository at this point in the history
  • Loading branch information
aljawaid committed Aug 19, 2023
1 parent 4af2cdc commit c13d35c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Template/config/manual-edits.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
<?= t('Change the application name') ?> <span class="lead">- <?= t('Optional') ?></span>
</h4>
<div class="m-edit-codeblock">
<span class="code-icon-red"></span> <i class=""><?= t('Change from') ?></i>
<br>
<a href="https://github.com/kanboard/kanboard/blob/main/app/Core/Mail/Client.php#L71" class="" title="<?= t('Opens in a new window') ?>" target="_blank" rel="noopener noreferrer">
<span class="chev-link-icon"></span><?= t('Go to line N°') ?> 71
</a> <?= t('in') ?> <kbd>/app/Core/Mail/Client.php</kbd>
<br>
<span class="code-icon-red"></span> <i class=""><?= t('Change from') ?></i>
<br>
<code class="edit-code">$author = 'Kanboard';</code>
<span class="code-icon-green"></span> <i class=""><?= t('Change to') ?></i>
<br>
Expand Down Expand Up @@ -50,12 +50,12 @@
<?= t('Change the application name') ?> <span class="lead">- <?= t('Optional') ?></span>
</h4>
<div class="m-edit-codeblock">
<span class="code-icon-red"></span> <i class=""><?= t('Change from') ?></i>
<br>
<a href="https://github.com/kanboard/kanboard/blob/main/config.default.php#L274" class="" title="<?= t('Opens in a new window') ?>" target="_blank" rel="noopener noreferrer">
<span class="chev-link-icon"></span><?= t('Go to line N°') ?> 274
</a> <?= t('in') ?> <kbd>/config.php</kbd>
<br>
<span class="code-icon-red"></span> <i class=""><?= t('Change from') ?></i>
<br>
<code class="edit-code">define('TOTP_ISSUER', 'Kanboard');</code>
<span class="code-icon-green"></span> <i class=""><?= t('Change to') ?></i>
<br>
Expand Down

0 comments on commit c13d35c

Please sign in to comment.