From 747a1b3a4e9f9dd93fb364671371e503be2e17db Mon Sep 17 00:00:00 2001 From: Philip Arndt Date: Wed, 25 Aug 2010 17:44:12 +1200 Subject: In theory categories should save correctly. --- app/views/admin/blog/categories/_category.html.erb | 9 +++++---- app/views/admin/blog/posts/_form.html.erb | 12 +++++------- 2 files changed, 10 insertions(+), 11 deletions(-) (limited to 'app/views/admin') diff --git a/app/views/admin/blog/categories/_category.html.erb b/app/views/admin/blog/categories/_category.html.erb index 109f4e6..20c5c35 100644 --- a/app/views/admin/blog/categories/_category.html.erb +++ b/app/views/admin/blog/categories/_category.html.erb @@ -4,10 +4,11 @@   - <%= link_to refinery_icon_tag("application_edit.png"), edit_admin_blog_category_path(category), - :title => t('.edit') %> + <%= link_to refinery_icon_tag("application_edit.png"), + edit_admin_blog_category_path(category, :dialog => true, :height => 325), + :title => t('.edit') %> <%= link_to refinery_icon_tag("delete.png"), admin_blog_category_path(category), - :class => "cancel confirm-delete", - :title => t('.delete') %> + :class => "cancel confirm-delete", + :title => t('.delete') %> diff --git a/app/views/admin/blog/posts/_form.html.erb b/app/views/admin/blog/posts/_form.html.erb index da3f132..22f7385 100644 --- a/app/views/admin/blog/posts/_form.html.erb +++ b/app/views/admin/blog/posts/_form.html.erb @@ -25,13 +25,11 @@

<%= t('admin.blog.submenu.categories.title') %>

-- cgit v1.2.3