Skip to content

Instantly share code, notes, and snippets.

View rubydesign's full-sized avatar
🐢
moved to codeberg, supporting FOSS

Torsten Rüger rubydesign

🐢
moved to codeberg, supporting FOSS
View GitHub Profile
@rubydesign
rubydesign / gist:7911679
Created December 11, 2013 14:49
erb file for haml error
<table>
<tr>
<td>
<table class="index" id='listing_products'>
<tr>
<th><%= t("image") %></th>
<th><%= sort_link @search,:product_name, t("name"), {}, {:title => 'admin_products_listing_name_title'} %></th>
<th><%= sort_link @search,:price, t("master_price") %></th>
<th><%= t("select") %></th>
</tr>