A few minor tweaks
authorNeil Smith <neil.git@njae.me.uk>
Mon, 9 Feb 2009 13:28:26 +0000 (13:28 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Mon, 9 Feb 2009 13:28:26 +0000 (13:28 +0000)
app/views/products/index.html.erb
app/views/store/index.html.erb
public/favicon.ico

index ef89bd927117f73562e3811e38a1fa5e7205230e..3e068e6697479b9aa50cf8223096c4bb23567a05 100644 (file)
@@ -12,7 +12,7 @@
           <dt><%=h product.title %></dt>
           <dd><%=h truncate(product.description.gsub(/<.*?>/, '|'), 
             :length => 80) %></dd>
-          <dd><%=number_to_currency product.price, :unit => "&pound;" %>
+          <dd><%=number_to_currency product.price, :unit => "£" %>
           <% if product.date_available.past? %>
             <dd>Available since <%= product.date_available %></dd>
           <% else %>
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>
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..ced5ec16f4c32c90b849d5dbaf34941d2aed9b2d 100644 (file)
Binary files a/public/favicon.ico and b/public/favicon.ico differ