diff options
author | spag <spag@golwen.net> | 2013-01-17 21:51:58 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-01-17 21:51:58 +0100 |
commit | 17206a20e5bcb44fa4d90f0e176f7aa0fe43bca3 (patch) | |
tree | b16465034b16d2b1e00dc6ecf899f9fa063f0549 /app/views/call_routes/show.html.haml | |
parent | b800f7c7ec5aa65f773d1c91c1418ca5edac0f2c (diff) |
rename_column table to routing_table
Diffstat (limited to 'app/views/call_routes/show.html.haml')
-rw-r--r-- | app/views/call_routes/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/call_routes/show.html.haml b/app/views/call_routes/show.html.haml index 8be64e6..bada227 100644 --- a/app/views/call_routes/show.html.haml +++ b/app/views/call_routes/show.html.haml @@ -2,7 +2,7 @@ %p %strong= t('call_routes.show.table') + ":" - = @call_route.table + = @call_route.routing_table %p %strong= t('call_routes.show.name') + ":" = @call_route.name |