2012-05-05 13:20:20 +00:00
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th class="span1 strong"></th>
|
|
|
|
<th class="span2"></th>
|
2012-12-07 04:14:31 +00:00
|
|
|
<th class="span1"></th>
|
2012-12-06 15:20:27 +00:00
|
|
|
<th class="span7"></th>
|
2012-05-05 13:20:20 +00:00
|
|
|
<th class="span2"></th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
<tbody id="tbody_designs" class="sort-holder">
|
|
|
|
<%= render :partial => 'design', :collection => @designs %>
|
2012-12-07 04:14:31 +00:00
|
|
|
</tbody>
|
|
|
|
|
|
|
|
<% content_for :page_specific_javascript do %>
|
|
|
|
<script>
|
|
|
|
$(document).ready(function(){
|
|
|
|
$(document).on('change', '.design_default', function(){
|
|
|
|
$(this).attr('value');
|
|
|
|
$.getScript($(this).attr('rel') + '/' + $(this).val() + '/change_design');
|
|
|
|
});
|
|
|
|
});
|
|
|
|
</script>
|
|
|
|
<% end %>
|