DEV: Enable and fix the 'no-multiple-empty-lines' lint
This commit is contained in:
@@ -29,11 +29,9 @@
|
||||
{{/if}}
|
||||
{{nav-item route='adminPlugins' label='admin.plugins.title'}}
|
||||
{{plugin-outlet name="admin-menu" connectorTagName="" tagName=""}}
|
||||
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
<div class='boxed white admin-content'>
|
||||
<div class='admin-contents {{adminContentsClassName}}'>
|
||||
{{outlet}}
|
||||
|
||||
@@ -87,7 +87,6 @@
|
||||
</nav>
|
||||
</div>
|
||||
|
||||
|
||||
{{#if error}}
|
||||
<pre class='field-error'>{{error}}</pre>
|
||||
{{/if}}
|
||||
|
||||
@@ -44,8 +44,6 @@
|
||||
<span class="empty">{{i18n "admin.customize.theme.empty"}}</span>
|
||||
</div>
|
||||
{{/if}}
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<div class="create-actions">
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
{{#if model.length}}
|
||||
|
||||
|
||||
<h3>{{i18n "admin.plugins.installed"}}</h3>
|
||||
|
||||
|
||||
<table class="admin-plugins grid">
|
||||
<thead>
|
||||
<tr>
|
||||
|
||||
Reference in New Issue
Block a user