Skip to content

Commit

Permalink
Update expandable voting domains
Browse files Browse the repository at this point in the history
  • Loading branch information
tudoramariei committed Nov 27, 2024
1 parent 06de9fa commit c395c39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2 class="section-title uppercase ">
<a
class="inline-subtle-link underlined"
href="#{{ domain_details.domain_key }}">
{{ domain_details.domain.name|upper }}
{{ domain_details.domain_name|upper }}
({{ domain_details.items|length }})
</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h2 class="section-title uppercase ">
<a
class="inline-subtle-link underlined"
href="#{{ domain_details.domain_key }}">
{{ domain_details.domain.name|upper }}
{{ domain_details.domain_name|upper }}
({{ domain_details.items|length }})
</a>
</div>
Expand Down

0 comments on commit c395c39

Please sign in to comment.