Skip to content
Snippets Groups Projects
Commit f6a85873 authored by Hermann's avatar Hermann
Browse files

fix edit-button style

parent e7ed313b
No related branches found
No related tags found
No related merge requests found
...@@ -161,7 +161,7 @@ export class UserModal { ...@@ -161,7 +161,7 @@ export class UserModal {
} }
// else // else
return m('div', [ return m('div', [
m('div.btn', { onclick: () => { this.edit = true; } }, 'Edit'), m('div.btn.btn-default', { onclick: () => { this.edit = true; } }, 'Edit'),
m('br'), m('br'),
m(UserView), m(UserView),
]); ]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment