Skip to content

Commit

Permalink
Merge branch 'fix_asset_problem' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
wintermeyer committed Dec 18, 2012
2 parents 6d4151d + 725dee0 commit 9c39298
Show file tree
Hide file tree
Showing 34 changed files with 2 additions and 2 deletions.
Binary file removed app/assets/icons/cellphone-32x.png
Binary file not shown.
Binary file removed app/assets/icons/clock-32x.png
Binary file not shown.
Binary file removed app/assets/icons/cross-16x.png
Binary file not shown.
Binary file removed app/assets/icons/facebook-32x.png
Binary file not shown.
Binary file removed app/assets/icons/fax-32x.png
Binary file not shown.
Binary file removed app/assets/icons/headphones-16x.png
Binary file not shown.
Binary file removed app/assets/icons/headphones-32x.png
Binary file not shown.
Binary file removed app/assets/icons/house-32x.png
Binary file not shown.
Binary file removed app/assets/icons/mic-32x.png
Binary file not shown.
Binary file removed app/assets/icons/microphone-16x.png
Binary file not shown.
Binary file removed app/assets/icons/microphone-32x.png
Binary file not shown.
Binary file removed app/assets/icons/mute-16x.png
Binary file not shown.
Binary file removed app/assets/icons/phone-down-32x.png
Binary file not shown.
Binary file removed app/assets/icons/phone-mobile-32x.png
Binary file not shown.
Binary file removed app/assets/icons/phone-up-32x.png
Binary file not shown.
Binary file removed app/assets/icons/search-13x16.png
Binary file not shown.
Binary file removed app/assets/icons/skype-32x.png
Binary file not shown.
Binary file removed app/assets/icons/star-16x.png
Binary file not shown.
Binary file removed app/assets/icons/suitcase-32x.png
Binary file not shown.
Binary file removed app/assets/icons/tag-16x.png
Binary file not shown.
Binary file removed app/assets/icons/twitter-32x.png
Binary file not shown.
Binary file removed app/assets/icons/unmute-16x.png
Binary file not shown.
Binary file removed app/assets/icons/user-16x.png
Binary file not shown.
Binary file removed app/assets/icons/user-female-16x.png
Binary file not shown.
Binary file removed app/assets/icons/user-male-16x.png
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions app/views/sip_accounts/_index_core.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c39298

Please sign in to comment.