Skip to content

Commit

Permalink
fix: comments layout
Browse files Browse the repository at this point in the history
  • Loading branch information
tbreuss committed Jul 28, 2023
1 parent 6e85648 commit 5ba7865
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/fingering/view.php
Original file line number Diff line number Diff line change
Expand Up @@ -299,9 +299,9 @@ function replaceStringDef(int $strings, string $note): string

<?= SocialBar::widget(["id" => $model->id, "text" => $model->title]) ?>

</div>
<?= Comments::widget(["tableName" => "fingering", "tableId" => $model->id]) ?>

<?= Comments::widget(["tableName" => "fingering", "tableId" => $model->id]) ?>
</div>

<?= Hits::widget(["tableName" => "fingering", "tableId" => $model->id]) ?>

Expand Down

0 comments on commit 5ba7865

Please sign in to comment.