Ответ 1
Похоже, вы хотите атрибуты colspan
и rowspan
. Вот демо.
%table
%tbody
%tr
%th{:rowspan => 2} Name
%th{:colspan => 5} Sunday
%th{:colspan => 5} Monday
%th{:colspan => 5} Tuesday
%th{:colspan => 5} Wednesday
%th{:colspan => 5} Thursday
%th{:colspan => 5} Friday
%th{:colspan => 5} Saturday
%tr
- 7.times do
%th 1
%th 2
%th 3
%th 4
%th 5