diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-13 14:24:54 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-06-13 14:24:54 +0300 |
commit | 1355ede49d02e2a7b1715a3ed6bd7389bfedf6bc (patch) | |
tree | d1530d3685f4d934f5224fc6cde9305b736c0c71 /app/views/projects/edit.html.haml | |
parent | a5cbb4cb82a6911b5c1de117ae6ed4cbf667a679 (diff) | |
download | gitlab-ce-1355ede49d02e2a7b1715a3ed6bd7389bfedf6bc.tar.gz |
Wipe wall notes feature
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'app/views/projects/edit.html.haml')
-rw-r--r-- | app/views/projects/edit.html.haml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/app/views/projects/edit.html.haml b/app/views/projects/edit.html.haml index 59dcf3a6ff0..adc7316820d 100644 --- a/app/views/projects/edit.html.haml +++ b/app/views/projects/edit.html.haml @@ -74,13 +74,6 @@ %span.descr Pages for project documentation .form-group - = f.label :wall_enabled, "Wall", class: 'control-label' - .col-sm-10 - .checkbox - = f.check_box :wall_enabled - %span.descr Simple chat system for broadcasting inside project - - .form-group = f.label :snippets_enabled, "Snippets", class: 'control-label' .col-sm-10 .checkbox |