mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-03 04:59:14 -04:00
Rename user-avatar to buddy-avatar
This commit is contained in:
parent
6a940acad2
commit
3b68a7ec6d
2 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
<link rel="import" href="../../bower_components/iron-ajax/iron-ajax.html">
|
||||
<link rel="import" href="../../bower_components/paper-styles/paper-styles.html">
|
||||
<link rel="import" href="../file-sharing/file-input.html">
|
||||
<link rel="import" href="user-avatar.html">
|
||||
<link rel="import" href="buddy-avatar.html">
|
||||
<link rel="import" href="personal-avatar.html">
|
||||
<dom-module id="buddy-finder">
|
||||
<template>
|
||||
|
@ -64,7 +64,7 @@
|
|||
<div class="buddies">
|
||||
<template is="dom-repeat" items="{{buddies}}">
|
||||
<file-input on-file-selected="_fileSelected" only$="{{!buddies.1}}">
|
||||
<user-avatar contact="{{item}}" class="buddy"></user-avatar>
|
||||
<buddy-avatar contact="{{item}}" class="buddy"></buddy-avatar>
|
||||
</file-input>
|
||||
</template>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue