mirror of
https://github.com/ascribe/onion.git
synced 2024-11-15 01:25:17 +01:00
Change delete button back to old styling
This commit is contained in:
parent
dc813f2687
commit
12c7fa7ba4
@ -45,7 +45,7 @@ let DeleteButton = React.createClass({
|
||||
title = getLangText('Delete Edition');
|
||||
}
|
||||
|
||||
btnDelete = <Button bsStyle="default" bsSize="small">{getLangText('DELETE')}</Button>;
|
||||
btnDelete = <Button bsStyle="danger" className="btn-delete" bsSize="small">{getLangText('DELETE')}</Button>;
|
||||
|
||||
} else if(availableAcls.acl_unshare){
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user