1
0
mirror of https://github.com/ascribe/onion.git synced 2024-06-28 08:37:59 +02:00

contractagreementserializer with contract fully expanded

This commit is contained in:
diminator 2015-09-04 14:48:10 +02:00
parent 8a49006592
commit 4bdab3410e
2 changed files with 8 additions and 2 deletions

View File

@ -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(

View File

@ -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>
);