Skip to content

Commit

Permalink
allow editing of snap usernames when logged in...
Browse files Browse the repository at this point in the history
  • Loading branch information
cycomachead committed Aug 3, 2024
1 parent 644ec32 commit bad18e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/teachers/_form.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ status ONLY IF the person viewing this page is an admin. %>
<%= f.label :snap do %>
Snap<i>!</i> Username <i>(optional)</i>
<% end %>
<%= f.text_field :snap, placeholder: "alonzo", class: "form-control", readonly: @readonly %>
<%= f.text_field :snap, placeholder: "alonzo", class: "form-control" %>
</div>
</div>

Expand Down

0 comments on commit bad18e9

Please sign in to comment.