We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b92dfe commit 9c19c2fCopy full SHA for 9c19c2f
angular/wallypop/src/app/components/articles/commercial.component.html
@@ -47,11 +47,11 @@
47
<li *ngFor="let category of categories"><a href="/commercial/{{category.id_CATEGORY}}">{{category.title}}</a></li>
48
</ol>
49
</div>
50
- <div class="full-widht">
+ <!-- <div class="full-widht">
51
<i class="fa fa-th-large btn btn-default hidden-xs btn-change-post"></i>
52
<i class="fa fa-refresh btn btn-default"></i>
53
<i class="fa fa-angle-right btn btn-default"></i>
54
- </div>
+ </div> -->
55
<!-- Article -->
56
<div class="full-width container-post">
57
<div class="full-width post" *ngFor="let article of articles">
0 commit comments