aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/refinery/admin/blog/categories/_category.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/refinery/admin/blog/categories/_category.html.erb')
-rw-r--r--app/views/refinery/admin/blog/categories/_category.html.erb8
1 files changed, 5 insertions, 3 deletions
diff --git a/app/views/refinery/admin/blog/categories/_category.html.erb b/app/views/refinery/admin/blog/categories/_category.html.erb
index 191f649..80cc2e3 100644
--- a/app/views/refinery/admin/blog/categories/_category.html.erb
+++ b/app/views/refinery/admin/blog/categories/_category.html.erb
@@ -5,12 +5,14 @@
</span>
<span class='actions'>
<%= link_to refinery_icon_tag("application_edit.png"),
- edit_admin_blog_category_path(category, :dialog => true, :height => 325),
+ main_app.edit_refinery_admin_blog_category_path(category,
+ :dialog => true,
+ :height => 325),
:title => t('.edit') %>
- <%= link_to refinery_icon_tag("delete.png"), admin_blog_category_path(category),
+ <%= link_to refinery_icon_tag("delete.png"), main_app.refinery_admin_blog_category_path(category),
:class => "cancel confirm-delete",
:title => t('.delete'),
:method => :delete,
- :confirm => t('message', :scope => 'shared.admin.delete', :title => category.title) %>
+ :confirm => t('message', :scope => 'refinery.admin.delete', :title => category.title) %>
</span>
</li>