diff options
author | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-17 09:52:00 +0100 |
---|---|---|
committer | Stefan Wintermeyer <stefan.wintermeyer@amooma.de> | 2013-01-17 09:52:00 +0100 |
commit | c09073174bb51561030a48f95f283b63b0ddae34 (patch) | |
tree | fb82681cf83c4a9cbe6fe310f2ea8942c8311d4f /app/views | |
parent | 416a9c563ed52b2b4f5350b8a069313f5843489c (diff) | |
parent | 85d8dc12c3963f78ea1db4089c6ff2fa6ec205e9 (diff) |
Merge branch 'develop' of github.com:amooma/GS5 into develop
Diffstat (limited to 'app/views')
-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 } |