فهرست منبع

remove forced page header from app pages.

Anthony Woods 9 سال پیش
والد
کامیت
0135dff001
1فایلهای تغییر یافته به همراه0 افزوده شده و 4 حذف شده
  1. 0 4
      public/app/features/plugins/partials/page.html

+ 0 - 4
public/app/features/plugins/partials/page.html

@@ -2,10 +2,6 @@
 </navbar>
 </navbar>
 
 
 <div class="page-container">
 <div class="page-container">
-	<div class="page-header">
-		<h1>{{ctrl.page.name}}</h1>
-	</div>
-
 	<div ng-if="ctrl.page">
 	<div ng-if="ctrl.page">
 		<plugin-component type="app-page">
 		<plugin-component type="app-page">
 		</plugin-component>
 		</plugin-component>