Skip to content

Commit

Permalink
remote checkbox added
Browse files Browse the repository at this point in the history
Signed-off-by: Arpit Goyal <[email protected]>
  • Loading branch information
agmps17 committed Jun 23, 2014
1 parent 5f721b7 commit 7e6ae79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/webapps/_login_required.html.slim
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
- id = "login_required_#{webapp.id}"
span id=id
= tag "input", class: "webapp-login", type: "checkbox", checked: webapp.login_required,
= tag "input", class: "webapp-login remote-check", type: "checkbox", checked: webapp.login_required,
data: { remote: true, url: webapps_engine.toggle_login_required_webapp_path(id: webapp.id),
confirm: "Are you sure you want to require login?" }, :method=>"put"
= spinner
Expand Down

0 comments on commit 7e6ae79

Please sign in to comment.