A few minor tweaks
[depot.git] / app / views / store / index.html.erb
index c9f41e402827a1e0d2231017607b9aaad7526fca..c65b69b114087113b282c84c086517e72c043c61 100644 (file)
@@ -6,7 +6,7 @@
     <h3><%= link_to h(product.title), {:action => "add_to_cart", :id => product}, :method => "post" %></h3>
     <%= product.description %>
     <div class="price-line">
-      <span class="price"><%= number_to_currency product.price, :unit => "&pound;" %></span>
+      <span class="price"><%= number_to_currency product.price, :unit => "£" %></span>
       <%= button_to "Add to cart", :action => "add_to_cart", :id => product %>
     </div>
   </div>