Added option to make favorite groups public

This commit is contained in:
BrokenEagle
2017-12-18 17:29:26 -08:00
parent f5cb49d9bf
commit 5a602c60eb
4 changed files with 27 additions and 13 deletions

View File

@@ -7,6 +7,7 @@
<%= simple_form_for(@favorite_group) do |f| %>
<%= f.input :name, :as => :string, :input_html => { :value => @favorite_group.pretty_name } %>
<%= f.input :post_ids, :label => "Posts" %>
<%= f.input :is_public %>
<%= f.button :submit, "Submit" %>
<% end %>
</div>