Commit 2636316fff056ac52883e063c62b1bd480a15f2e
1 parent
8e9b94ba
Exists in
master
and in
5 other branches
Added logout button
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
index.html
... | ... | @@ -102,6 +102,7 @@ |
102 | 102 | <div class="participar"> |
103 | 103 | <a href="#" class="button button-inline participe">Participe</a> |
104 | 104 | <a href="#" class="entrar">Entrar</a> |
105 | + <a href="#" class="logout">Sair</a> | |
105 | 106 | </div> |
106 | 107 | <h1><a href="#">{{article.title}}</a></h1> |
107 | 108 | <div class="social top"> | ... | ... |