Skip to content

Commit a006f8f

Browse files
jlge20wildmanj
authored andcommitted
Add mf new lines to eof💀💀💀💀💀
1 parent ef3af1b commit a006f8f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

app/assets/javascripts/export_course.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ $(document).ready(function() {
1616
addChecked(checkbox);
1717
});
1818
});
19-
});
19+
});

app/assets/stylesheets/export.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ tr {
3030
span {
3131
padding-left: 10px !important;
3232
vertical-align: middle !important;
33-
}
33+
}

app/views/courses/_exportForm.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@
4040
<div>
4141
<a class="btn" id="export_btn" >Export</a>
4242
</div>
43-
</div>
43+
</div>

app/views/courses/export.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@
99
<h2>Export Course</h2>
1010
<p>Select fields to include in the export:</p>
1111

12-
<%= render partial: "exportForm" %>
12+
<%= render partial: "exportForm" %>

0 commit comments

Comments
 (0)