Skip to content

Commit

Permalink
fix: Manually format html
Browse files Browse the repository at this point in the history
  • Loading branch information
romeonicholas committed Nov 29, 2023
1 parent d26dd6f commit 453f954
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ <h2>Reorder models</h2>
>
@for (model of data.models; track model.name) {
<div cdkDrag class="flex items-center border-b border-solid">
<span class="ml-[10px]"
><mat-icon class="mt-[10px] text-sm">reorder</mat-icon></span
>
<span class="mr-[10px] truncate"
><span>{{ model.name }} ({{ model.tool.name }}</span>
<span class="ml-[10px]">
<mat-icon class="mt-[10px] text-sm">reorder</mat-icon>
</span>
<span class="mr-[10px] truncate">
<span>{{ model.name }} ({{ model.tool.name }}</span>
<span *ngIf="model.version"> - {{ model.version.name }}</span>
<span>)</span></span
>
<span>)</span>
</span>
</div>
}
</div>
Expand Down

0 comments on commit 453f954

Please sign in to comment.