You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

9 rivejä
367 B

  1. <div class="media">
  2. <div class="pull-left">
  3. <img class="media-object" src="{{ profile.user_image }}" style="width: 50px; min-height: 1px"/>
  4. </div>
  5. <div class="media-body">
  6. <div>{{ profile.first_name or "" }} {{ profile.last_name or "" }}</div>
  7. <div class="text-muted"><small>{{ profile.fb_location or profile.fb_hometown or "" }}</small></div>
  8. </div>
  9. </div>