From b3a25c1b686d205fc6b8b409a8f90059ae6b934d Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Mon, 9 Jan 2012 10:38:26 +1300 Subject: Restructured part of the project to Refinery::Blog::Admin not Refinery::Admin::Blog --- .../settings/notification_recipients.html.erb | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 app/views/refinery/blog/admin/settings/notification_recipients.html.erb (limited to 'app/views/refinery/blog/admin/settings/notification_recipients.html.erb') diff --git a/app/views/refinery/blog/admin/settings/notification_recipients.html.erb b/app/views/refinery/blog/admin/settings/notification_recipients.html.erb new file mode 100644 index 0000000..d321ded --- /dev/null +++ b/app/views/refinery/blog/admin/settings/notification_recipients.html.erb @@ -0,0 +1,24 @@ +<%= form_tag do %> + +
+ + <%= label_tag :recipients, t('.value') %> + + <%= text_field_tag :recipients, @recipients, :class => "larger widest" %> +
+ +

+ <%= t('.hint') %> +

+

+ <%= t('.example') %> +

+ + <%= render :partial => "/refinery/admin/form_actions", + :locals => { + :f => nil, + :continue_editing => false, + :cancel_url => admin_blog_posts_url, + :hide_delete => true + } %> +<% end %> -- cgit v1.2.3