Commit 6a91c302ac401fd883c95d3a8c04df7f39db6699
1 parent
2f87425c
Exists in
master
and in
7 other branches
Fix ranking columns
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
index.html
@@ -298,16 +298,16 @@ | @@ -298,16 +298,16 @@ | ||
298 | <td class="abstract-text">Propostas</td> | 298 | <td class="abstract-text">Propostas</td> |
299 | <td class="votes-for"></td> | 299 | <td class="votes-for"></td> |
300 | <td class="votes-against"></td> | 300 | <td class="votes-against"></td> |
301 | + <td class="views">Exibições</td> | ||
301 | <td class="support">Apoio</td> | 302 | <td class="support">Apoio</td> |
302 | - <td class="participation">Participação</td> | ||
303 | </tr> | 303 | </tr> |
304 | {{#each proposals}} | 304 | {{#each proposals}} |
305 | <tr> | 305 | <tr> |
306 | <td class="abstract-text"><div class="truncate"><p class="truncated">{{abstract}}</p></div></td> | 306 | <td class="abstract-text"><div class="truncate"><p class="truncated">{{abstract}}</p></div></td> |
307 | <td class="votes-for value">{{votes_for}}</td> | 307 | <td class="votes-for value">{{votes_for}}</td> |
308 | <td class="votes-against value">{{votes_against}}</td> | 308 | <td class="votes-against value">{{votes_against}}</td> |
309 | + <td class="views value">{{hits}}</td> | ||
309 | <td class="support value">{{#round effective_support}}{{/round}}</td> | 310 | <td class="support value">{{#round effective_support}}{{/round}}</td> |
310 | - <td class="participation value">{{#round effective_participation}}{{/round}}</td> | ||
311 | </tr> | 311 | </tr> |
312 | {{/each}} | 312 | {{/each}} |
313 | </table> | 313 | </table> |