Skip to content

Commit

Permalink
Merge pull request #2084 from n3bulous/bug/replace-utf8-x-with-times-…
Browse files Browse the repository at this point in the history
…entity

use × instead of hardcoded unicode times
  • Loading branch information
sferik committed Oct 14, 2014
2 parents 8ff7db2 + f24995f commit 53fc004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/layouts/rails_admin/pjax.html.haml
Expand Up @@ -7,7 +7,7 @@
%h1= @page_name
- flash && flash.each do |key, value|
.alert{class: "alert-#{key}"}
%a.close{href: '#', :'data-dismiss' => "alert"}×
%a.close{href: '#', :'data-dismiss' => "alert"} ×
= value
= breadcrumb
%ul.nav.nav-tabs
Expand Down

0 comments on commit 53fc004

Please sign in to comment.