Add some dummy graphic as a user's avator.
This commit is contained in:
parent
e50d85274f
commit
988dbbad42
4 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
<div class="row contact-summary">
|
||||
<div class="onecol">
|
||||
[bild]
|
||||
<img src="/images/dummy_buddy_m.png" />
|
||||
</div>
|
||||
<div class="twocol">
|
||||
<strong><%= c.firstname.blank? ? " ".html_safe : c.firstname %></strong>
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
</div>
|
||||
|
||||
<div class="threecol show_picture">
|
||||
[bild]
|
||||
<img src="/images/dummy_buddy_lxs.png" />
|
||||
</div>
|
||||
<div class="sixcol">
|
||||
<span id="show_name"><%= @contact.firstname %> <%= @contact.lastname %></span>
|
||||
|
|
|
|||
BIN
public/images/dummy_buddy_l.png
Normal file
BIN
public/images/dummy_buddy_l.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
BIN
public/images/dummy_buddy_m.png
Normal file
BIN
public/images/dummy_buddy_m.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6 KiB |
Loading…
Add table
Add a link
Reference in a new issue