Skip to content

Commit

Permalink
fix the lab from lab_display_name
Browse files Browse the repository at this point in the history
fix for Rating of a lab is not shown at all.
(#522)
  • Loading branch information
shraddha committed Sep 7, 2024
1 parent d67c81d commit eed09fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lab_build/page-templates/navbar.handlebars
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<ul class="navbar-nav ml-auto text-center d-flex flex-md-row">
<li class="vl-rating-display">
<rating-display spreadsheetid="1x12nhpp0QvnsA6x-O1sV4IA9SAbfVsq_wiexWkutOmU" sheetname="Lab-Clean"
columnname="Lab Name" columnvalue="{{lab_display_name}}"
columnname="Lab Name" columnvalue="{{lab}}"
imagesdirectory="https://virtual-labs.github.io/svc-rating/"></rating-display>
</li>
<li class="nav-item px-2 m-1">
Expand Down

0 comments on commit eed09fd

Please sign in to comment.