Skip to content

Commit

Permalink
Merge pull request #10 from joeblas/JoeCleanUp
Browse files Browse the repository at this point in the history
Joe clean up
  • Loading branch information
tylern-dev authored Nov 17, 2017
2 parents 12d6beb + 2b67307 commit 54d752e
Show file tree
Hide file tree
Showing 12 changed files with 5 additions and 289 deletions.
4 changes: 2 additions & 2 deletions imports/startup/server/api.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

import '../../api/Documents/methods';
import '../../api/Documents/server/publications';
// import '../../api/Documents/methods';
// import '../../api/Documents/server/publications';

import '../../api/Invoices/methods';
import '../../api/Invoices/server/publications';
Expand Down
16 changes: 0 additions & 16 deletions imports/ui/components/Content/Content.js

This file was deleted.

36 changes: 0 additions & 36 deletions imports/ui/components/Content/Content.scss

This file was deleted.

97 changes: 0 additions & 97 deletions imports/ui/components/DocumentEditor/DocumentEditor.js

This file was deleted.

2 changes: 1 addition & 1 deletion imports/ui/components/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const copyrightYear = () => {
const Footer = () => (
<div className="Footer">
<Grid>
<p className="pull-left">&copy; {copyrightYear()} Application Name</p>
<p className="pull-left">&copy; {copyrightYear()} CloudControl, LLC</p>
<ul className="pull-right">
<li><Link to="/terms">Terms<span className="hidden-xs"> of Service</span></Link></li>
<li><Link to="/privacy">Privacy<span className="hidden-xs"> Policy</span></Link></li>
Expand Down
82 changes: 0 additions & 82 deletions imports/ui/pages/Documents/Documents.js

This file was deleted.

3 changes: 0 additions & 3 deletions imports/ui/pages/Documents/Documents.scss

This file was deleted.

33 changes: 0 additions & 33 deletions imports/ui/pages/EditDocument/EditDocument.js

This file was deleted.

16 changes: 0 additions & 16 deletions imports/ui/pages/NewDocument/NewDocument.js

This file was deleted.

1 change: 0 additions & 1 deletion imports/ui/pages/Page/Page.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Meteor } from 'meteor/meteor';
import { createContainer } from 'meteor/react-meteor-data';
import { ReactiveVar } from 'meteor/reactive-var';
import PageHeader from '../../components/PageHeader/PageHeader';
import Content from '../../components/Content/Content';

import './Page.scss';

Expand Down
2 changes: 1 addition & 1 deletion imports/ui/pages/Privacy/Privacy.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Privacy = () => (
<div className="Privacy">
<Page
title="Privacy Policy"
subtitle="Last updated May 29th, 2017"
subtitle="Last updated November 16, 2017"
page="privacy"
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion imports/ui/pages/Terms/Terms.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const Terms = () => (
<div className="Terms">
<Page
title="Terms of Service"
subtitle="Last updated May 29th, 2017"
subtitle="Last updated November 16, 2017"
page="terms"
/>
</div>
Expand Down

0 comments on commit 54d752e

Please sign in to comment.