update merge from master
This commit is contained in:
commit
f295082592
88 changed files with 771 additions and 675 deletions
4
app/pods/protected/about/route.js
Normal file
4
app/pods/protected/about/route.js
Normal file
|
@ -0,0 +1,4 @@
|
|||
import Ember from 'ember';
|
||||
import AuthenticatedRouteMixin from 'simple-auth/mixins/authenticated-route-mixin';
|
||||
|
||||
export default Ember.Route.extend(AuthenticatedRouteMixin);
|
3
app/pods/protected/about/template.hbs
Normal file
3
app/pods/protected/about/template.hbs
Normal file
|
@ -0,0 +1,3 @@
|
|||
<div class="about">
|
||||
<p>This is some information about clostridium.info</p>
|
||||
</div>
|
Reference in a new issue