Browse Source

Missing file for commit 0fe9c220b2

pull/116/head
Ramiro Saenz 9 years ago
parent
commit
f40d0ee9dc
  1. 2
      app/view/main/Main.js

2
app/view/main/Main.js

@ -97,7 +97,7 @@ Ext.define('Rambox.view.main.Main', {
,itemSelector: 'div.service' ,itemSelector: 'div.service'
,tpl: [ ,tpl: [
'<tpl for=".">' '<tpl for=".">'
,'<div class="service">' ,'<div class="service" data-qtip="{description}">'
,'<img src="resources/icons/{logo}" width="48" />' ,'<img src="resources/icons/{logo}" width="48" />'
,'<span>{name}</span>' ,'<span>{name}</span>'
,'</div>' ,'</div>'

Loading…
Cancel
Save