Commit 2e5ca2720561bf53219a7ce718630a3c6d1b2075
Exists in
master
and in
5 other branches
Merge branch 'fix-302'
Showing
2 changed files
with
6 additions
and
1 deletions
Show diff stats
index.html
... | ... | @@ -382,7 +382,7 @@ |
382 | 382 | <table class="footable"> |
383 | 383 | <thead> |
384 | 384 | <tr class="header"> |
385 | - <th class="position">Posição <a href="#/artigo/108047" class="hidden-xs"><span class="fa fa-question"></span></a></th> | |
385 | + <th class="position">Posição <a href="#/artigo/108047" class="question-link"><span class="fa fa-question"></span></a></th> | |
386 | 386 | <th class="abstract-text" data-toggle="true">Propostas</th> |
387 | 387 | <th class="views" data-hide="phone">Exibições</th> |
388 | 388 | <th class="votes-for" data-hide="phone"><span class="sr-only">A favor</span><span class="fa fa-check"></span></th> | ... | ... |