Commit 1e3af10e1156406cac283bfa6b33424ef02ae245
1 parent
0edb5714
Exists in
master
and in
5 other branches
hide logout button at the beging
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
index.html
... | ... | @@ -102,7 +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 | + <a href="#" class="logout hide">Sair</a> | |
106 | 106 | </div> |
107 | 107 | <h1><a href="#">{{article.title}}</a></h1> |
108 | 108 | <div class="social top"> |
... | ... | @@ -196,7 +196,7 @@ |
196 | 196 | {{!-- <div class="container"> --}} |
197 | 197 | <article class="proposal-detail hide" id="proposal-item-{{id}}"> |
198 | 198 | <div class="categories {{#each categories}}{{slug}}{{/each}}"> |
199 | - | |
199 | + | |
200 | 200 | <div class="select"> |
201 | 201 | {{#each categories}} |
202 | 202 | <div class="category proposal-category" data-category="{{slug}}"> |
... | ... | @@ -209,7 +209,7 @@ |
209 | 209 | </div> |
210 | 210 | {{/each}} |
211 | 211 | </div> |
212 | - | |
212 | + | |
213 | 213 | |
214 | 214 | <div class="proposal-header"> |
215 | 215 | <div class="abstract"> | ... | ... |