share/views/public/js/rbbt.modal.js in rbbt-rest-1.7.7 vs share/views/public/js/rbbt.modal.js in rbbt-rest-1.7.8

- old
+ new

@@ -89,10 +89,10 @@ var header = [title, close_button]; var close_button = rbbt.mview.ibutton({onclick: ctrl.close, class:'small close', style: 'margin-top: -4px'}, m('i.icon.close')) if (ctrl.vm.url){ - var link_button = rbbt.mview.ibutton({onclick: ctrl.link, class:'small link', style: 'margin-top: -4px'}, m('a', {href: ctrl.vm.url},[ m('i.icon.arrow.right')])) + var link_button = rbbt.mview.ibutton({onclick: ctrl.link, class:'small link', style: 'margin-top: -4px'}, m('a', {href: ctrl.vm.url},[ m('i.icon.external')])) header = [title, close_button, link_button]; }else{ header = [title, close_button]; } var modal_content = [m('.header', header), m('.content', content)];