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 e365f52 commit 8755ecbCopy full SHA for 8755ecb
views/partials/itemImgInfo.ejs
@@ -1,23 +1,18 @@
1
<% if (HOWTO) { %>
2
<article class="well col-xs-12">
3
<h2>How To</h2>
4
- <div>
5
- <%- HOWTO %>
6
- </div>
+ <%- HOWTO %>
7
</article>
8
<%}%>
9
<% if (Troubleshooting) { %>
10
11
<h2>Need Help</h2>
12
13
- <%- Troubleshooting %>
14
+ <%- Troubleshooting %>
15
16
<% } %>
17
<% if ( similarItems.length > 0 ) { %>
18
19
<h2>Similar Items</h2>
20
21
<% for(var i = 0; i < similarItems.length; i++){ %>
22
<div class='miniSearchItem col-xs-4'>
23
<% if (!similarItems[i].picture) { %>
@@ -35,7 +30,6 @@
35
30
36
31
</div>
37
32
38
39
33
40
34
41
0 commit comments