diff options
Diffstat (limited to 'app/views/time_tables/show.html.erb')
| -rw-r--r-- | app/views/time_tables/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/time_tables/show.html.erb b/app/views/time_tables/show.html.erb index 0ddd49338..f3e0bbce3 100644 --- a/app/views/time_tables/show.html.erb +++ b/app/views/time_tables/show.html.erb @@ -13,7 +13,7 @@ </p> <p> <label><%= @time_table.human_attribute_name("day_types") %>: </label> - <% if @time_table.intdaytypes == 0 %> + <% if @time_table.int_day_types == 0 %> <label><%= @time_table.human_attribute_name("none") %></label> <% else %> <% if @time_table.monday %> |
