diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2012-12-18 20:04:36 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2012-12-18 20:04:36 +0100 |
commit | 9cbab740703bf01382431004b59ddf4cd60041be (patch) | |
tree | 97fa17fa1af279e556d82c990d1f381f4fb80914 /app/views | |
parent | 6d4151d0e73f38e6c4a9a8b1b0077dfc3306902b (diff) |
Moved assets to the right directory and fixed a view.
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 |