Commit 7b337157
Changed files (1)
app
views
creations
app/views/creations/_form.html.erb
@@ -36,6 +36,14 @@
</p>
</div>
</div>
+ <div class="control-group">
+ <div class="controls">
+ <label class="checkbox">
+ <%= f.check_box :is_restricted, :class =>"input-xlarge" %>
+ This creation probably should not be shown to kids.
+ </label>
+ </div>
+ </div>
<div class="form-actions">
<button type="submit" class="btn btn-primary">Save changes</button>
<a href="<%= url_for @creation %>" class="btn">Cancel</a>