aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/time_tables/show.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/time_tables/show.html.erb')
-rw-r--r--app/views/time_tables/show.html.erb2
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") %>:&nbsp;&nbsp;</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 %>