DEV: Partial 'block-indentation' linting fixes

This commit is contained in:
Kane York
2020-03-26 12:36:19 -07:00
committed by Kane York
parent 2afb95fe3e
commit 2a2555e598
6 changed files with 110 additions and 110 deletions

View File

@@ -1,4 +1,6 @@
<label class="control-label" for={{concat 'user-' elementId}}>{{html-safe field.name}} {{#if field.required}}<span class='required'>*</span>{{/if}}
<label class="control-label" for={{concat 'user-' elementId}}>
{{html-safe field.name}}
{{#if field.required}}<span class='required'>*</span>{{/if}}
</label>
<div class='controls'>
{{input id=(concat 'user-' elementId) value=value maxlength=site.user_field_max_length}}

View File

@@ -30,7 +30,6 @@
<tr data-category-id={{c.id}} class='subcategory-list-item category' style={{border-color subcategory.color}}>
<td>
{{category-title-link tagName="h4" category=subcategory}}
<div class="subcategories-list">
{{#if subcategory.subcategories}}
<div class='subcategories'>
@@ -62,7 +61,6 @@
</tbody>
</table>
<footer class="clearfix">
<figure title={{i18n 'all_time_desc'}}>{{number c.topics_all_time}} <figcaption>{{i18n 'all_time'}}</figcaption></figure>
{{#if c.pickMonth}}