Skip to content

Commit

Permalink
Fix interactions
Browse files Browse the repository at this point in the history
  • Loading branch information
scheb committed Mar 10, 2024
1 parent 2235f96 commit 53b25e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web_app/templates/yeast/detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
{% block sidebar %}
<nav class="table-of-contents">
<ol id="toc-navigation">
<li class="section-title"><a href="#top" data-interaction="Hops:Click TOC:$label">{{ yeast.full_name }}</a></li>
<li class="section-title"><a href="#top" data-interaction="Yeasts:Click TOC:$label">{{ yeast.full_name }}</a></li>
<li><a href="#profile" data-interaction="Yeasts:Click TOC:$label">Profile</a></li>
<li><a href="#popularity">Popularity Over Time</a></li>
<li><a href="#popularity" data-interaction="Yeasts:Click TOC:$label">Popularity Over Time</a></li>
<li><a href="#styles-percent-recipes" data-interaction="Yeasts:Click TOC:$label">Popularity within Beer Styles</a></li>
<li><a href="#styles-number-recipes" data-interaction="Yeasts:Click TOC:$label">Common Beer Styles</a></li>
<li><a href="#most-used-hops" data-interaction="Yeasts:Click TOC:$label">Most Used Hops</a></li>
Expand Down

0 comments on commit 53b25e1

Please sign in to comment.