您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 
 

9 行
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>