Skip to content

Commit

Permalink
bulk_delete also has some broken images
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasmazza committed Aug 11, 2011
1 parent 2bf1c06 commit ca0bf32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/rails_admin/main/bulk_delete.html.haml
Expand Up @@ -13,9 +13,9 @@
%br
.group.navform.wat-cf
%button.button{:type => "submit"}
%img{:alt => "Remove", :src => "/assets/rails_admin/theme/activo/images/icons/cross.png"}
= image_tag "rails_admin/theme/activo/images/icons/cross.png", :alt => t("admin.delete.confirmation")
= t("admin.delete.confirmation")

%button.button{:type => "submit", :name => "_continue"}
= image_tag "/stylesheets/rails_admin/theme/activo/images/icons/delete.png", :alt => t("admin.new.cancel")
= image_tag "rails_admin/theme/activo/images/icons/delete.png", :alt => t("admin.new.cancel")
=t("admin.new.cancel")

0 comments on commit ca0bf32

Please sign in to comment.