Commit 0078757441bdd526d554c7060d81e6cfa473d59f
1 parent
aacb005a
Exists in
master
and in
5 other branches
Update: change login handler from anchor to button
Showing
2 changed files
with
5 additions
and
3 deletions
Show diff stats
index.html
| ... | ... | @@ -103,9 +103,8 @@ |
| 103 | 103 | </div> |
| 104 | 104 | <div class="col-xs-7"> |
| 105 | 105 | <div class="participar"> |
| 106 | - <!--<a href="#" class="button button-inline participe">Participe</a>--> | |
| 107 | - <a id="login-button" href="#" class="login"><i class="icon icon-login"></i>Entrar</a> | |
| 108 | - <a id="logout-button" href="#" class="logout hide"><i class="icon icon-login"></i><span class="name"></span>Sair</a> | |
| 106 | + <button type="button" id="login-button" class="btn login"><i class="icon icon-login"></i>Entrar</button> | |
| 107 | + <button type="button" id="logout-button" class="btn logout hide"><i class="icon icon-login"></i><span class="name"></span>Sair</button> | |
| 109 | 108 | </div> |
| 110 | 109 | </div> |
| 111 | 110 | <div class="col-xs-12"> | ... | ... |