소스 검색

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 %}