Skip to content

Commit

Permalink
Fixed node class reference in file template
Browse files Browse the repository at this point in the history
  • Loading branch information
bferguso committed Oct 7, 2023
1 parent 99e4362 commit 9f6550d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/templates/views/components/widgets/file.htm
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<!-- /ko -->

<!-- ko foreach: reportFiles() -->
<dd data-bind="class: nodeCssClasses">
<dd data-bind="class: $parent.nodeCssClasses">
<a data-bind="attr: {href: $parent.getFileUrl(url)}" target="_blank">
<i class="ion ion-forward"></i>
<span data-bind="text: name"></span>
Expand Down

0 comments on commit 9f6550d

Please sign in to comment.