Fix markup so that text is not nested inside icon markup

This commit is contained in:
summerscope
2014-09-19 15:19:47 +10:00
parent e5fc3c19e3
commit 4c7fa4eb9f

View File

@@ -5,5 +5,5 @@
%h3
%a{"bo-href" => "enterprise.path", "ofn-empties-cart" => "enterprise", bindonce: true}
%i{"ng-class" => "enterprise.icon_font"}
%span {{ enterprise.name }}
%span {{ enterprise.name }}
%img.hero-img{"ng-src" => "{{enterprise.promo_image}}"}