summaryrefslogtreecommitdiffstats
path: root/client/components/sidebar/sidebar.jade
diff options
context:
space:
mode:
authorLauri Ojansivu <x@xet7.org>2020-02-10 17:25:27 +0200
committerLauri Ojansivu <x@xet7.org>2020-02-10 17:25:27 +0200
commit2a54218f3f68547032bd53a04a968b233be21e15 (patch)
treec54e3f2c7f9adf95b1fff2d2d4616a9bd0d3261c /client/components/sidebar/sidebar.jade
parent6eac38bde5fa0d370ed1c336a89120616c1383c1 (diff)
downloadwekan-2a54218f3f68547032bd53a04a968b233be21e15.tar.gz
wekan-2a54218f3f68547032bd53a04a968b233be21e15.tar.bz2
wekan-2a54218f3f68547032bd53a04a968b233be21e15.zip
Remove hiding comments and activities.
Diffstat (limited to 'client/components/sidebar/sidebar.jade')
-rw-r--r--client/components/sidebar/sidebar.jade24
1 files changed, 12 insertions, 12 deletions
diff --git a/client/components/sidebar/sidebar.jade b/client/components/sidebar/sidebar.jade
index ae52dc4c..07da476f 100644
--- a/client/components/sidebar/sidebar.jade
+++ b/client/components/sidebar/sidebar.jade
@@ -147,18 +147,18 @@ template(name="boardCardSettingsPopup")
span
i.fa.fa-paperclip
| {{_ 'attachments'}}
- div.check-div
- a.flex.js-field-has-comments(class="{{#if allowsComments}}is-checked{{/if}}")
- .materialCheckBox(class="{{#if allowsComments}}is-checked{{/if}}")
- span
- i.fa.fa-comment-o
- | {{_ 'comment'}}
- div.check-div
- a.flex.js-field-has-comments(class="{{#if allowsActivities}}is-checked{{/if}}")
- .materialCheckBox(class="{{#if allowsActivities}}is-checked{{/if}}")
- span
- i.fa.fa-history
- | {{_ 'activities'}}
+ //div.check-div
+ // a.flex.js-field-has-comments(class="{{#if allowsComments}}is-checked{{/if}}")
+ // .materialCheckBox(class="{{#if allowsComments}}is-checked{{/if}}")
+ // span
+ // i.fa.fa-comment-o
+ // | {{_ 'comment'}}
+ //div.check-div
+ // a.flex.js-field-has-activities(class="{{#if allowsActivities}}is-checked{{/if}}")
+ // .materialCheckBox(class="{{#if allowsActivities}}is-checked{{/if}}")
+ // span
+ // i.fa.fa-history
+ // | {{_ 'activities'}}
template(name="boardSubtaskSettingsPopup")
form.board-subtask-settings