summaryrefslogtreecommitdiff
path: root/app/views/switchboard_entries/_switchboard_entry.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/switchboard_entries/_switchboard_entry.html.haml')
-rw-r--r--app/views/switchboard_entries/_switchboard_entry.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/switchboard_entries/_switchboard_entry.html.haml b/app/views/switchboard_entries/_switchboard_entry.html.haml
index 8d8e747..b2b6bff 100644
--- a/app/views/switchboard_entries/_switchboard_entry.html.haml
+++ b/app/views/switchboard_entries/_switchboard_entry.html.haml
@@ -2,7 +2,7 @@
%div.thumbnail
%a.thumbnail{:href => tenant_user_path(switchboard_entry.sip_account.sip_accountable.current_tenant, switchboard_entry.sip_account.sip_accountable)}
- if switchboard_entry.sip_account.sip_accountable.image?
- = image_tag(switchboard_entry.sip_account.sip_accountable.image_url(:mini).to_s, :class => 'img-rounded')
+ = image_tag(switchboard_entry.sip_account.sip_accountable.image_url(:small).to_s, :class => 'img-rounded')
- else
- if switchboard_entry.sip_account.sip_accountable.male?
= image_tag 'icons/user-male-16x.png', :class => 'img-rounded'