Skip to content

Commit

Permalink
add accessibility changes as added by upstream commit 9154780
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasfranck committed May 23, 2023
1 parent 9d66896 commit b409161
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/branded/paginable/plans/_privately_visible.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
<% if plan.administerable_by?(current_user.id) then %>
<%= check_box_tag :is_test, "1", (plan.visibility === "is_test"),
class: "set_test_plan",
aria: {
label: "#{plan.title} - test plan flag"
},
data: { remote: true, method: :post,
url: set_test_plan_path(plan) } %>
<% else %>
Expand Down

0 comments on commit b409161

Please sign in to comment.