app/views/carnival/shared/_action_delete.html.haml in carnival-0.0.59 vs app/views/carnival/shared/_action_delete.html.haml in carnival-0.1.0
- old
+ new
@@ -1 +1 @@
-= link_to label, path, data: {:confirm => t('are_you_sure')}, :method => :delete, :class => 'action apagar'
+= link_to label, path, data: {:confirm => I18n.t("are_you_sure")}, :method => :delete, :class => 'action apagar'