diff options
author | spag <spag@golwen.net> | 2013-01-16 23:08:53 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-01-16 23:08:53 +0100 |
commit | 4ba228de6ecbfa0eeca20f8f7b70aee78fde9385 (patch) | |
tree | be8d23cb89aa515d462663e85afe80ef8aae0468 /app/views/call_routes/show.html.haml | |
parent | f7f1785023f6fa52775c7ab2796fc247bf1ab15f (diff) |
position removed
Diffstat (limited to 'app/views/call_routes/show.html.haml')
-rw-r--r-- | app/views/call_routes/show.html.haml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/call_routes/show.html.haml b/app/views/call_routes/show.html.haml index c5c7397..8be64e6 100644 --- a/app/views/call_routes/show.html.haml +++ b/app/views/call_routes/show.html.haml @@ -12,9 +12,6 @@ %p %strong= t('call_routes.show.endpoint_id') + ":" = @call_route.endpoint_id -%p - %strong= t('call_routes.show.position') + ":" - = @call_route.position = render :partial => 'shared/show_edit_destroy_part', :locals => { :child => @call_route } |