diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2012-12-18 20:07:25 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2012-12-18 20:07:25 +0100 |
commit | 9c392982e2ba7eaeb237268e9299637a8f8b4c3a (patch) | |
tree | 4459fe807c87ff7d6c2649d4cc168e171047ed85 /app/views | |
parent | 6d4151d0e73f38e6c4a9a8b1b0077dfc3306902b (diff) | |
parent | 725dee030e2a4a80a9f3f91f2cc18259a7a030f7 (diff) |
Merge branch 'fix_asset_problem' into develop
Diffstat (limited to 'app/views')
-rw-r--r-- | app/views/sip_accounts/_index_core.html.haml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/sip_accounts/_index_core.html.haml b/app/views/sip_accounts/_index_core.html.haml index 7f8dcd2..69c9302 100644 --- a/app/views/sip_accounts/_index_core.html.haml +++ b/app/views/sip_accounts/_index_core.html.haml @@ -10,9 +10,9 @@ %tr{:class => cycle('odd', 'even')} %td - if sip_account.registration - %img{:src => '/assets/icons/phone-down-green-32x.png'} + =image_tag 'icons/phone-down-green-32x.png' - else - %img{:src => '/assets/icons/phone-down-grey-32x.png'} + =image_tag 'icons/phone-down-grey-32x.png' %td = sip_account.caller_name - phone_numbers = sip_account.phone_numbers |