Browse Source

updates item example

pull/13/head
Jack Lukic 11 years ago
parent
commit
67e7d07f2e
1 changed files with 4 additions and 1 deletions
  1. 5
      node/src/documents/views/items.html

5
node/src/documents/views/items.html

@ -99,6 +99,7 @@ type : 'UI View'
<img src="/images/demo/item4.jpg">
</div>
<div class="content">
<div class="meta">3 days ago</div>
<div class="name">Cute Dog</div>
<p class="description">This dog has some things going for it. Its pretty cute and looks like it'd be fun to cuddle up with.</p>
</div>
@ -124,6 +125,7 @@ type : 'UI View'
<img src="/images/demo/item3.jpg">
</div>
<div class="content">
<div class="meta">10 hours ago</div>
<div class="name">Silly Dog</div>
<p class="description">Silly dogs can be quite fun to have as companions. You never know what kind of ridiculous thing they will do.</p>
</div>
@ -138,6 +140,7 @@ type : 'UI View'
<img src="/images/demo/item2.jpg">
</div>
<div class="content">
<div class="meta">2 days ago</div>
<div class="name">Cute Dog</div>
<p class="description">This dog has some things going for it. Its pretty cute and looks like it'd be fun to cuddle up with.</p>
</div>
@ -163,6 +166,7 @@ type : 'UI View'
<img src="/images/demo/item4.jpg">
</div>
<div class="content">
<div class="meta">moments ago</div>
<div class="name">Silly Dog</div>
<p class="description">Silly dogs can be quite fun to have as companions. You never know what kind of ridiculous thing they will do.</p>
</div>
@ -250,7 +254,6 @@ type : 'UI View'
<img src="/images/demo/item5.jpg">
</div>
<div class="content">
<div class="meta">5 days ago</div>
<div class="name">Faithful Dog</div>
<p class="description">Sometimes its more important to have a dog you know you can trust. But not every dog is trustworthy, you can tell by looking at its smile.</p>
</div>

Loading…
Cancel
Save