aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/admin/blog/categories/_category.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/blog/categories/_category.html.erb')
-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>