Commit 028e70b1059872d7597a81f493e99e485034e05c

Authored by Miguel Barão
1 parent a967bc78
Exists in master and in 1 other branch dev

- changed menu option 'sair' to 'voltar aos topicos'

Showing 2 changed files with 2 additions and 1 deletions   Show diff stats
BUGS.md
1 1  
2 2 BUGS:
3 3  
  4 +- tabelas nas perguntas radio/checkbox não ocupam todo o espaço como em question.
4 5 - servidor http com redirect para https.
5 6 - servir imagens/ficheiros.
6 7 - codemirror em textarea.
... ...
templates/topic.html
... ... @@ -79,7 +79,7 @@
79 79 </a>
80 80 <div class="dropdown-menu" aria-labelledby="navbarDropdown">
81 81 <!-- <div class="dropdown-divider"></div> -->
82   - <a class="dropdown-item" href="/logout">Sair</a>
  82 + <a class="dropdown-item" href="/">Voltar aos tópicos</a>
83 83 </div>
84 84 </li>
85 85 </ul>
... ...