Skip to content

Commit 8ec7d5f

Browse files
Fix ERB Linting Issues (#194)
* Fix ERB linting issues - Auto-corrected ERB template issues - Applied erb_lint --autocorrect fixes [Automated daily update] * Delete erb_lint_output.txt * Delete unfixed_issues.txt --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: stefan burke <83819576+stefan-burke@users.noreply.github.com>
1 parent ed2953e commit 8ec7d5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/views/users/_sort_form.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
{},
1212
{ id: "sort_field", onchange: "this.form.submit();" } %>
1313
<% end %>
14-
</div>
14+
</div>

app/views/users/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@
4444
</li>
4545
<% end %>
4646
</ul>
47-
</div>
47+
</div>

0 commit comments

Comments
 (0)