Skip to content

Commit

Permalink
updated displayed version, and icons
Browse files Browse the repository at this point in the history
  • Loading branch information
John Edward committed Mar 26, 2018
1 parent 89c6f2b commit 350b26c
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6,325 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
[![bitHound Dependencies](https://www.bithound.io/github/jeescu/meteor-react-admin-lte/badges/dependencies.svg)](https://www.bithound.io/github/jeescu/meteor-react-admin-lte/master/dependencies/npm)
[![bitHound Dev Dependencies](https://www.bithound.io/github/jeescu/meteor-react-admin-lte/badges/devDependencies.svg)](https://www.bithound.io/github/jeescu/meteor-react-admin-lte/master/dependencies/npm)

Meteor project boilerplate in [ES6](https://es6.io/) and [React](https://facebook.github.io/react/) using [AdminLTE 2.3.11](http://almsaeedstudio.com/themes/AdminLTE/documentation/index.html) styles.
Meteor project boilerplate in [ES6](https://es6.io/) and [React](https://facebook.github.io/react/) using [AdminLTE 2.4.3](http://almsaeedstudio.com/themes/AdminLTE/documentation/index.html) styles.

![Boilerplate screenshot](https://raw.githubusercontent.com/jeescu/meteor-react-admin-lte/master/public/img/Screenshot%20from%202016-06-24%2009%3A52%3A37.png)

### Prerequisites
* Node v6.9 or higher
* Npm v3 or higher
* Meteor v1.4.x
* Meteor v1.6.1

### Meteor packages
* accounts-password
Expand Down
4 changes: 2 additions & 2 deletions imports/ui/components/app/app_footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ import React from 'react';
const AppFooter = () => (
<footer className="main-footer">
<div className="pull-right hidden-xs">
<b>Version</b> 2.3.11
<b>Version</b> 2.4.3
</div>
<strong>Copyright &copy; 2014-2015 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights reserved.
<strong>Copyright &copy; 2014-2017 <a href="http://almsaeedstudio.com">Almsaeed Studio</a>.</strong> All rights reserved.
</footer>
);

Expand Down
2 changes: 1 addition & 1 deletion imports/ui/components/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const Home = () => (
<Link to="/sign-up"> Register</Link>
</div>
<div className="lockscreen-footer text-center">
Copyright © 2014-2015&nbsp;
Copyright © 2014-2017&nbsp;
<b><a href="http://almsaeedstudio.com" className="text-black">Almsaeed Studio</a></b>
<br />
All rights reserved
Expand Down
2 changes: 1 addition & 1 deletion imports/ui/components/sign_in.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ export default class SignIn extends Component {
onChange={this.onChangeEmail}
value={this.state.email}
/>
<span className="glyphicon glyphicon-envelope form-control-feedback" />
<span className="fa fa-envelope form-control-feedback" />
</div>

<div className="form-group has-feedback">
Expand Down
8 changes: 4 additions & 4 deletions imports/ui/components/sign_up.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default class SignUp extends Component {
className="form-control"
placeholder="Username"
/>
<span className="glyphicon glyphicon-user form-control-feedback" />
<span className="fa fa-user form-control-feedback" />
</div>
<div className="form-group has-feedback">
<input
Expand All @@ -107,7 +107,7 @@ export default class SignUp extends Component {
className="form-control"
placeholder="Email"
/>
<span className="glyphicon glyphicon-envelope form-control-feedback" />
<span className="fa fa-envelope form-control-feedback" />
</div>
<div className="form-group has-feedback">
<input
Expand All @@ -117,7 +117,7 @@ export default class SignUp extends Component {
className="form-control"
placeholder="Password"
/>
<span className="glyphicon glyphicon-lock form-control-feedback" />
<span className="fa fa-lock form-control-feedback" />
</div>
<div className="form-group has-feedback">
<input
Expand All @@ -127,7 +127,7 @@ export default class SignUp extends Component {
className="form-control"
placeholder="Retype password"
/>
<span className="glyphicon glyphicon-log-in form-control-feedback" />
<span className="fa fa-lock form-control-feedback" />
</div>
<div className="row">
<div className="col-xs-4">
Expand Down
Loading

0 comments on commit 350b26c

Please sign in to comment.