mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 17:33:14 +01:00
contractagreementserializer with contract fully expanded
This commit is contained in:
parent
8a49006592
commit
4bdab3410e
@ -72,7 +72,6 @@ class AppGateway {
|
||||
type = settings.type;
|
||||
subdomain = settings.subdomain;
|
||||
}
|
||||
|
||||
EventActions.applicationWillBoot(settings);
|
||||
window.appRouter = Router.run(getRoutes(type, subdomain), Router.HistoryLocation, (App) => {
|
||||
React.render(
|
||||
|
@ -35,7 +35,14 @@ let IkonotvContractNotifications = React.createClass({
|
||||
return (
|
||||
<div className='container'>
|
||||
<div className='text-center'>
|
||||
<img src={this.state.whitelabel.logo} />
|
||||
<div>
|
||||
<img src={this.state.whitelabel.logo} />
|
||||
</div>
|
||||
<div>
|
||||
<embed src="http://www.orimi.com/pdf-test.pdf"
|
||||
width="600" height="500" alt="pdf"
|
||||
pluginspage="http://www.adobe.com/products/acrobat/readstep2.html" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user