mirror of
https://github.com/ascribe/onion.git
synced 2024-12-23 01:39:36 +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;
|
type = settings.type;
|
||||||
subdomain = settings.subdomain;
|
subdomain = settings.subdomain;
|
||||||
}
|
}
|
||||||
|
|
||||||
EventActions.applicationWillBoot(settings);
|
EventActions.applicationWillBoot(settings);
|
||||||
window.appRouter = Router.run(getRoutes(type, subdomain), Router.HistoryLocation, (App) => {
|
window.appRouter = Router.run(getRoutes(type, subdomain), Router.HistoryLocation, (App) => {
|
||||||
React.render(
|
React.render(
|
||||||
|
@ -35,7 +35,14 @@ let IkonotvContractNotifications = React.createClass({
|
|||||||
return (
|
return (
|
||||||
<div className='container'>
|
<div className='container'>
|
||||||
<div className='text-center'>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user