diff --git a/app/views/documents/edit.html.erb b/app/views/documents/edit.html.erb index 2e991d3e..486170e2 100644 --- a/app/views/documents/edit.html.erb +++ b/app/views/documents/edit.html.erb @@ -44,11 +44,7 @@ Preview as Reader <% end %> - - +
| + info + | ++ + Control who can view this document. More privacy options will be available in the future. + + | +
+ This document is in the universe "<%= @document.universe.name %>" +
++ <% if @document.universe.privacy == 'public' %> + Note: This universe is public, so this document will be visible to anyone who can view the universe, regardless of its own privacy setting. + <% else %> + This universe is private, so this document's privacy setting will be respected. + <% end %> + Manage universe privacy +
+| + info + | ++ + Documents in a public universe are visible to anyone who can view that universe, regardless of the document's privacy setting. + + | +
Currently: <%= @document.universe.privacy || 'private' %>
+You don't own this universe, so you can't change its privacy settings.
+| + public + | ++ + Select a universe for this document. Documents in a universe can be organized together and share common worldbuilding elements. + + | +
+ Selecting a universe will make this document part of that universe's worldbuilding. +
+