1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 07:39:43 +02:00

removed dead code and put space title on start doc screen

This commit is contained in:
Harvey Kandola 2016-10-08 15:13:47 -07:00
parent b5f68ffb08
commit 15a2c101a7
4 changed files with 4 additions and 3 deletions

View file

@ -3,7 +3,7 @@
{{layout/zone-navigation}}
{{#layout/zone-sidebar}}
{{back-to-space document=model folder=model}}
{{back-to-space folder=model}}
<div class="sidebar-menu">
<ul class="options">
<li class="option {{if tabGeneral "selected"}}" {{action 'selectTab' 'tabGeneral'}}>General</li>

View file

@ -189,7 +189,6 @@ export default Ember.Service.extend({
// document meta referes to number of views, edits, approvals, etc.
getMeta(documentId) {
return this.get('ajax').request(`documents/${documentId}/meta`, {
method: "GET"
});

View file

@ -1,5 +1,5 @@
<div class="document-sidebar">
{{back-to-space document=model folder=folder}}
{{back-to-space folder=folder}}
{{#if session.authenticated}}
<div class="summary-line hidden-xs hidden-sm">

View file

@ -1,3 +1,5 @@
<p class="bold color-link margin-bottom-20">{{folder.name}}</p>
<div class="templates-list">
<ul class="list">
{{#each savedTemplates key="id"as |template|}}