diff --git a/app/views/admin/announcements/_form.html.erb b/app/views/admin/announcements/_form.html.erb index c789e22..96b6587 100644 --- a/app/views/admin/announcements/_form.html.erb +++ b/app/views/admin/announcements/_form.html.erb @@ -67,6 +67,21 @@ + +
+ <%= f.label :display_subtitle, 'display subtitle', :class => "control-label muted" %> +
+ <%= f.check_box :display_subtitle %> +
+
+ + +
+ <%= f.label :display_img, 'display img src', :class => "control-label muted" %> +
+ <%= f.check_box :display_img %> +
+
@@ -469,4 +484,4 @@ }); -<% end %> \ No newline at end of file +<% end %>