Skip to content

Instantly share code, notes, and snippets.

@rustyrazorblade
Created March 20, 2012 01:20
Show Gist options
  • Save rustyrazorblade/2129520 to your computer and use it in GitHub Desktop.
Save rustyrazorblade/2129520 to your computer and use it in GitHub Desktop.
list item dropdown with image
<li>
<a href='#' data-entryid='{{entryid}}''>
<img class='pull-left fbicon'
src = 'http://graph.facebook.com/{{from.facebookid}}/picture?type=square'
title='{{name}}'>
<div>
<div>{{msg}}</div>
<div class='help-block'>{{timestamp_pretty}}</div>
</div>
</a>
</li>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment