This commit is contained in:
albert
2013-02-26 23:49:52 -08:00
parent 7290e1000a
commit 568eaa1f18
2 changed files with 7 additions and 2 deletions

View File

@@ -1,6 +1,11 @@
<%= simple_form_for(@tag_subscription) do |f| %>
<%= f.input :name %>
<%= f.input :tag_query %>
<%= f.input :is_public %>
<div class="input">
<label for="tag_subscription_is_public">
<%= check_box "tag_subscription", "is_public" %>
Is Public
</label>
</div>
<%= f.button :submit %>
<% end %>