Skip to content

Commit

Permalink
Show priority names on homepage table
Browse files Browse the repository at this point in the history
  • Loading branch information
lucascumsille authored and zarino committed Dec 6, 2024
1 parent 8fcb5c1 commit a3e4369
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,9 +168,9 @@ <h3 class="h4 mb-0">Search &amp; filter</h3>
<tr>
<th>Council</th>
<th>Nature emergency</th>
<th>Priority 1</th>
<th>Priority 2</th>
<th>Priority 3</th>
<th class="small w-md-20 w-lg-10">{{ site.data.priorities["priority_1"].short_description }}</th>
<th class="small w-md-20 w-lg-10">{{ site.data.priorities["priority_2"].short_description }}</th>
<th class="small w-md-20 w-lg-10">{{ site.data.priorities["priority_3"].short_description }}</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit a3e4369

Please sign in to comment.