Skip to content

Commit

Permalink
[style]slimlint
Browse files Browse the repository at this point in the history
  • Loading branch information
reckyy committed Feb 21, 2024
1 parent a9e4895 commit 13eff43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/views/admin/users/_nav.html.slim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
= form_with url: admin_users_path(target: @target), local: true, method: 'get' do
= select_tag 'target', options_for_select(roles_for_select, params[:target])
= select_tag 'job', options_for_select(jobs_for_select, params[:job])
button
span
= select_tag 'job', options_for_select(jobs_for_select, params[:job])
button
span
| 絞り込み

0 comments on commit 13eff43

Please sign in to comment.