Skip to content

Commit

Permalink
Don't let visibility be altered by the user.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpendragon committed May 24, 2016
1 parent a26aeac commit cf6b786
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<%= check_box_tag "visibility", 1, document.public?(current_exhibit), disabled: true, class: "visibility_toggle" %>

0 comments on commit cf6b786

Please sign in to comment.