diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-08-09 22:03:20 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2013-08-09 22:03:36 +0200 |
commit | 5d56a255700c4d80a3c346d7ce4648c62e45d8f1 (patch) | |
tree | 458d8ab29ad5e7a6f0378bc20180f7f909185d9e /pyload/web/app/scripts/views/accounts/accountView.js | |
parent | UnrestrictLi: merged #215 (diff) | |
download | pyload-5d56a255700c4d80a3c346d7ce4648c62e45d8f1.tar.xz |
new account page layout, added translations for webui
Diffstat (limited to 'pyload/web/app/scripts/views/accounts/accountView.js')
-rw-r--r-- | pyload/web/app/scripts/views/accounts/accountView.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyload/web/app/scripts/views/accounts/accountView.js b/pyload/web/app/scripts/views/accounts/accountView.js index 89f69d7e7..7d1f04315 100644 --- a/pyload/web/app/scripts/views/accounts/accountView.js +++ b/pyload/web/app/scripts/views/accounts/accountView.js @@ -4,7 +4,8 @@ define(['jquery', 'underscore', 'backbone', 'app', 'hbs!tpl/accounts/account'], return Backbone.Marionette.ItemView.extend({ - tagName: 'tr', + tagName: 'div', + className: 'row-fluid', template: template, events: { |