Skip to content

Commit d424cd3

Browse files
committed
Radio Links - view - CS fix alignment
1 parent a4e373f commit d424cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/RadioLinks/view.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</blockquote>
6767
</div>
6868
<div class="related">
69-
<?= $this->Html->link(
69+
<?= $this->Html->link(
7070
__('New Radio Unit'),
7171
['controller' => 'RadioUnits', 'action' => 'add', '?' => ['radio_link_id' => $radioLink->id]],
7272
['class' => 'button button-small float-right win-link']

0 commit comments

Comments
 (0)