Skip to content

Instantly share code, notes, and snippets.

@maiha
Created June 26, 2009 13:38
Show Gist options
  • Select an option

  • Save maiha/136473 to your computer and use it in GitHub Desktop.

Select an option

Save maiha/136473 to your computer and use it in GitHub Desktop.
%table{:width=>"100%", :cellspacing=>"1", :cellpadding=>"0", :border=>"1"}
%tbody
%tr{:bgcolor=>"#eeeeee"}
%th{:colspan=> 1 + dss.size}掲載期間
- if dss.blank?
%tr
%td{:align=>"center", :style=>"background-color:white;"}
.nothing{:style=>"padding:20px;color:tomato;"} なし
- else
- dss.select{|ds| ds.is_a?(DeliverySchedule)}.each_with_index do |ds, i|
%tr
%td{:width=>"50", :nowrap=>"", :align=>"center"}= i+1
%td= render_builder_ds_bar(builder, dss, i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment