diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-23 12:52:23 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-23 12:52:23 +0100 |
commit | ca8989616c7f2edb5b8b4fb04c7a58feef24ad49 (patch) | |
tree | 681d9b652d3208e48473c3cb589a297dcfa53e9f /app/views/phones | |
parent | c50b915305dce16a8727aaf9515592825967fba9 (diff) |
Add tooltips.
Diffstat (limited to 'app/views/phones')
-rw-r--r-- | app/views/phones/_index_core.html.haml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/views/phones/_index_core.html.haml b/app/views/phones/_index_core.html.haml index fa1c679..af57792 100644 --- a/app/views/phones/_index_core.html.haml +++ b/app/views/phones/_index_core.html.haml @@ -21,6 +21,7 @@ %td= phone.phone_model %td %span.hidden-phone - = phone.hot_deskable + %a{:href => '#', :rel => "tooltip", :title => t('phones.tool_tips.hot_desk'), :'data-trigger' => 'hover'} + = phone.hot_deskable %td= phone.ip_address =render :partial => 'shared/index_view_edit_destroy_part', :locals => {:parent => phone.phoneable, :child => phone}
\ No newline at end of file |