Commit 26627c4ca5cbc8060b441e8d03eca1778d2dfa7c

Authored by Leandro Santos
1 parent 106db731

removing image category

Showing 1 changed file with 0 additions and 3 deletions   Show diff stats
index.html
... ... @@ -30,9 +30,6 @@
30 30 <div id="proposal-categories-container">
31 31 {{#each article.categories}}
32 32 <li id='proposal-category-{{slug}}' class="proposal-category">
33   - <!-- Better to set the icon on CSS
34   - <img src="{{../host}}{{image.thumb_url}}"/>
35   - -->
36 33 {{#link name id}}{{/link}}
37 34 </li>
38 35 <ul id='proposal-item-{{id}}' class='proposal-category-items proposal-category-items-{{slug}} hide'>
... ...