Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/ocamlorg_frontend/pages/jobs.eml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ OCaml community."
<form action="<%s Url.jobs %>" method="GET">
<label for="c" class="sr-only">Location</label>
<select
class="w-full w-full appearance-none text-body-600 border rounded-md py-3 pl-6 border-gray-200 pr-20 h-full"
class="w-full appearance-none text-body-600 border rounded-md py-3 pl-6 border-gray-200 pr-20 h-full"
id="c" name="c" onchange="this.form.submit()">
<option value="All" <%s if location = "All" then "selected" else "" %>>Location</option>
<option value="Remote" <%s if location = "Remote" then "selected" else "" %>>Remote</option>
Expand Down