Skip to content

Commit

Permalink
comment h4
Browse files Browse the repository at this point in the history
  • Loading branch information
rochacbruno committed Jul 13, 2012
1 parent 38161b1 commit 084a163
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion views/menu/app/article/show/article.html
Expand Up @@ -87,7 +87,7 @@ <h4><i class="icon-magnet"></i>{{=T("Related articles")}}</h4>
{{#pass}}
{{#comments['_class'] += "row-fluid"}}
{{#comments.elements('.comment_ul')[0]['_style'] = "list-style:none;margin-left:0;"}}

<h4>{{=iicon('comment')}} Comentários </h4>
{{=comments}}

{{#=LOAD('article', 'comment.load', args=request.args, vars=request.vars, ajax=True, ajax_trap=True)}}
Expand Down
1 change: 1 addition & 0 deletions views/menu/app/article/show/cookrecipe.html
Expand Up @@ -182,6 +182,7 @@ <h4><i class="icon-magnet"></i>{{=T("Related articles")}}</h4>
{{#comments['_class'] += "row-fluid"}}
{{#comments.elements('.comment_ul')[0]['_style'] = "list-style:none;margin-left:0;"}}
{{#pass}}
<h4>{{=iicon('comment')}} Comentários </h4>
{{=comments}}

</div>
Expand Down
1 change: 1 addition & 0 deletions views/menu/app/article/show/product.html
Expand Up @@ -135,6 +135,7 @@ <h4><i class="icon-magnet"></i>{{=T("Related articles")}}</h4>
{{#pass}}
{{#comments['_class'] += "row-fluid"}}
{{#comments.elements('.comment_ul')[0]['_style'] = "list-style:none;margin-left:0;"}}
<h4>{{=iicon('comment')}} Comentários </h4>
{{=comments}}
</div>
</div>
1 change: 1 addition & 0 deletions views/menu/app/article/show/video.html
Expand Up @@ -80,6 +80,7 @@
{{#comments['_class'] += "row-fluid"}}
{{#comments.elements('.comment_ul')[0]['_style'] = "list-style:none;margin-left:0;"}}
{{#submit = comments.elements(_type='submit')}}
<h4>{{=iicon('comment')}} Comentários </h4>
{{=comments}}
</div>

Expand Down

0 comments on commit 084a163

Please sign in to comment.