瀏覽代碼

remove class name content-main-not-found

ryuichi-e 6 年之前
父節點
當前提交
3ca06d24dd
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      src/server/views/widget/not_creatable_content.html
  2. 1 1
      src/server/views/widget/not_found_content.html

+ 1 - 1
src/server/views/widget/not_creatable_content.html

@@ -7,7 +7,7 @@
   </div>
 </div>
 
-<div id="content-main" class="content-main content-main-not-found page-list"
+<div id="content-main" class="content-main page-list"
   data-path="{{ path | preventXss }}"
   data-current-user="{% if user %}{{ user._id.toString() }}{% endif %}"
   > <!-- TODO Delete "content-main-not-found"-->

+ 1 - 1
src/server/views/widget/not_found_content.html

@@ -7,7 +7,7 @@
   </div>
 </div>
 
-<div id="content-main" class="content-main content-main-not-found page-list"
+<div id="content-main" class="content-main page-list"
   data-path="{{ path | preventXss }}"
   data-current-user="{% if user %}{{ user._id.toString() }}{% endif %}"
   {% if templateTags %}