Skip to content

Commit 71df2b2

Browse files
committed
Fixup to where this was introduced - typo in the form
1 parent d8da363 commit 71df2b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/admin/member_search/_search_form.html.haml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
.row
33
.col-12.col-md-6
44
= f.input :name, label: 'Member Name', input_html: { placeholder: 'Enter member name' }
5-
= f.button :submit, 'Search', class: 'btn btn-primary mt-3, name: nil
5+
= f.button :submit, 'Search', class: 'btn btn-primary mt-3', name: nil

0 commit comments

Comments
 (0)