Skip to content

Commit

Permalink
sign in-person button
Browse files Browse the repository at this point in the history
  • Loading branch information
omohokcoj committed Jan 15, 2024
1 parent fc3c1e6 commit ce1323e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/submissions/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<% if signed_in? && submitter && !submitter.completed_at? && can?(:create, submitter) %>
<div class="mt-2 mb-1">
<a class="btn btn-sm btn-primary w-full" target="_blank" href="<%= submit_form_path(slug: submitter.slug) %>">
Submit Form
Sign In-person
</a>
</div>
<% end %>
Expand Down

0 comments on commit ce1323e

Please sign in to comment.