Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Joe clean up #10

Merged
merged 2 commits into from
Nov 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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