Skip to content

Commit 76a0eb0

Browse files
committed
Fix template errors
1 parent e137978 commit 76a0eb0

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
ruby 3.4.6
2+
nodejs 24.9.0

app/views/import_reports/show.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<span class="badge bg-danger"><%= error.error_type %></span>
8383
</td>
8484
<td class="text-bold-500">
85-
<div class="text-truncate"title="<%= error.file_name %>">
85+
<div class="text-truncate" title="<%= error.file_name %>">
8686
<%= error.file_name || "N/A" %>
8787
</div>
8888
</td>

app/views/sessions/new.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<div class="row h-100 p-4">
44
<div class="col-lg-5 col-12">
55
<div id="auth-left">
6-
<div class="auth-logo">
6+
<div class="auth-logo"></div>
77
</div>
88
<h1 class="auth-title">Log in</h1>
99
<p class="auth-subtitle mb-5">Log in with your data that you entered during registration.</p>

app/views/users/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
</td>
6969
</tr>
7070
<% end %>
71-
<tbody>
71+
</tbody>
7272
</table>
7373
</div>
7474
<div class="card-footer d-flex justify-content-end">

0 commit comments

Comments
 (0)