aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/categories
diff options
context:
space:
mode:
authorPhilip Arndt <parndt@gmail.com>2010-08-25 17:44:12 +1200
committerPhilip Arndt <parndt@gmail.com>2010-08-25 17:44:12 +1200
commit747a1b3a4e9f9dd93fb364671371e503be2e17db (patch)
treeee50da0d48d936762c04805b736942b85c82e985 /app/views/admin/blog/categories
parent11f16cd66e86396bda09e3bdede88fd08f35bc1c (diff)
downloadrefinerycms-blog-747a1b3a4e9f9dd93fb364671371e503be2e17db.tar.gz
refinerycms-blog-747a1b3a4e9f9dd93fb364671371e503be2e17db.tar.bz2
refinerycms-blog-747a1b3a4e9f9dd93fb364671371e503be2e17db.zip
In theory categories should save correctly.
Diffstat (limited to 'app/views/admin/blog/categories')
-rw-r--r--app/views/admin/blog/categories/_category.html.erb9
1 files changed, 5 insertions, 4 deletions
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 @@
<span class="preview">&nbsp;</span>
</span>
<span class='actions'>
- <%= 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') %>
</span>
</li>