Skip to content

Commit

Permalink
update to spree version rails 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pierre authored and pierre committed Mar 29, 2009
1 parent c19f462 commit a1735eb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion app/views/admin/accessories/_accessories_table.html.erb
@@ -1,4 +1,4 @@
<table class="basic-table">
<table class="index">
<thead>
<tr>
<th><%= t("product") %></th>
Expand Down
6 changes: 3 additions & 3 deletions app/views/admin/accessories/selected.html.erb
@@ -1,6 +1,6 @@
<%= render :partial => 'shared/product_sub_menu' %>
<h1><%= t("accessories")%></h1>
<%= render :partial => 'shared/product_tabs', :locals => {:current => "Accessories"} %>
<%= render :partial => 'admin/shared/product_sub_menu' %>
<%= render :partial => 'admin/shared/product_tabs', :locals => {:current => t("accessories") } %>
<div id="selected-accessories">
<%= render :partial => "accessories_table", :locals => {:accessories => @accessories} %>
</div>
Expand Down
4 changes: 4 additions & 0 deletions config/locales/fr-FR.yml
@@ -0,0 +1,4 @@
fr-FR:
accessories: Accessoires
available_accessories: Accessoires disponible
searching: Recherche

0 comments on commit a1735eb

Please sign in to comment.