mirror of
https://github.com/documize/community.git
synced 2025-08-02 20:15:26 +02:00
removed dead code after refactor, bumped version
This commit is contained in:
parent
2bfc558e91
commit
355259c157
8 changed files with 4 additions and 47 deletions
|
@ -1,15 +0,0 @@
|
|||
// Copyright 2016 Documize Inc. <legal@documize.com>. All rights reserved.
|
||||
//
|
||||
// This software (Documize Community Edition) is licensed under
|
||||
// GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html
|
||||
//
|
||||
// You can operate outside the AGPL restrictions by purchasing
|
||||
// Documize Enterprise Edition and obtaining a commercial license
|
||||
// by contacting <sales@documize.com>.
|
||||
//
|
||||
// https://documize.com
|
||||
|
||||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Component.extend({
|
||||
});
|
|
@ -1,14 +0,0 @@
|
|||
// Copyright 2016 Documize Inc. <legal@documize.com>. All rights reserved.
|
||||
//
|
||||
// This software (Documize Community Edition) is licensed under
|
||||
// GNU AGPL v3 http://www.gnu.org/licenses/agpl-3.0.en.html
|
||||
//
|
||||
// You can operate outside the AGPL restrictions by purchasing
|
||||
// Documize Enterprise Edition and obtaining a commercial license
|
||||
// by contacting <sales@documize.com>.
|
||||
//
|
||||
// https://documize.com
|
||||
|
||||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Component.extend({});
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
{{#layout/zone-sidebar}}
|
||||
{{#layout/sidebar-intro message='Rename, delete, share and manage space permissions'}}
|
||||
{{#link-to 'folder' model.id model.slug}}
|
||||
<i class="material-icons">arrow_back</i> {{model.name}}
|
||||
{{/link-to}}
|
||||
{{back-to-space folder=model}}
|
||||
{{/layout/sidebar-intro}}
|
||||
<div class="sidebar-menu">
|
||||
<ul class="options">
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{{#link-to 'application'}}
|
||||
<div class="zone-sidebar-title">
|
||||
<i class="material-icons">arrow_back</i> HOME
|
||||
</div>
|
||||
{{/link-to}}
|
|
@ -1,7 +0,0 @@
|
|||
<div class="zone-container">
|
||||
<div class="container-fluid">
|
||||
<div class="row">
|
||||
{{yield}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "documize",
|
||||
"version": "0.29.0",
|
||||
"version": "0.30.0",
|
||||
"description": "The Documentation IDE",
|
||||
"private": true,
|
||||
"directories": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue