Commit f16c3f6eed8c8d6d505ee15841d3ced0bf0ecced

Authored by Leandro Santos
1 parent 691f9e51

hide login and participate bar closes #269

Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
index.html
... ... @@ -99,11 +99,13 @@
99 99 <script id="proposal-template" type="text/x-handlebars-template">
100 100 <header class="container">
101 101 <a id="display-contrast" href="#">Alto Contraste</a>
  102 + <!--
102 103 <div class="participar">
103 104 <a href="#" class="button button-inline participe">Participe</a>
104 105 <a href="#" class="entrar">Entrar</a>
105 106 <a href="#" class="logout hide">Sair</a>
106 107 </div>
  108 + -->
107 109 <h1>
108 110 <a href="#" class='logo'>{{article.title}}</a>
109 111 </h1>
... ...