Add attendees

This commit is contained in:
2016-12-23 08:30:29 -05:00
parent 3ba0b8dc26
commit 545c74f214
7 changed files with 175 additions and 8 deletions

View File

@ -62,13 +62,10 @@ module.exports = React.createClass({
if (this.props.user.isUser())
mainContent = (
<Tabs defaultActiveKey={1} id='mainNavigationTabs'>
<Tab title="Accounts" eventKey={1} >accounts
<Tab title="New Entry" eventKey={1} >accounts
</Tab>
<Tab title="Securities" eventKey={2} >securities
<Tab title="Statistics" eventKey={2} >stats will go here
</Tab>
<Tab title="Scheduled Transactions" eventKey={3} >Scheduled transactions go here...</Tab>
<Tab title="Budgets" eventKey={4} >Budgets go here...</Tab>
<Tab title="Reports" eventKey={5} >Reports go here...</Tab>
</Tabs>);
else
mainContent = (