Use HTML beautifier to indent ERB files
We had inconsistent indentation in many places. Now we're fixing them and adding a linter to our CI so we don't accidentally introduce inconsistent indentations again.
This commit is contained in:
@@ -8,10 +8,10 @@
|
||||
|
||||
<table>
|
||||
<thead>
|
||||
<th scope="col"><%= t("admin.officials.index.name") %></th>
|
||||
<th scope="col"><%= t("admin.officials.index.official_position") %></th>
|
||||
<th scope="col"><%= t("admin.officials.index.official_level") %></th>
|
||||
<th scope="col" class="small-3"><%= t("admin.shared.actions") %></th>
|
||||
<th scope="col"><%= t("admin.officials.index.name") %></th>
|
||||
<th scope="col"><%= t("admin.officials.index.official_position") %></th>
|
||||
<th scope="col"><%= t("admin.officials.index.official_level") %></th>
|
||||
<th scope="col" class="small-3"><%= t("admin.shared.actions") %></th>
|
||||
</thead>
|
||||
<tbody>
|
||||
<% @users.each do |user| %>
|
||||
|
||||
Reference in New Issue
Block a user