% content_for :head do %> <%= stylesheet_link_tag "index" , :media => "all"%> <%= javascript_include_tag "jquery" %> <% end %>
| # | Месяц | Выходные | Кол-во рабочих дней |
|---|---|---|---|
| <%= hidden_field_tag "working_day_ids[]", r.id %><%=r.month.month %> | <%=Russian::strftime(r.month, "%B") %> | <%= text_field_tag "working_day[#{r.id}][weekends]", r.weekends, :size => 40, :autocomplete => "off" %> | <%= r.working_days %> |