diff options
author | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-01-16 23:24:54 +0100 |
---|---|---|
committer | Julian Pawlowski <julian.pawlowski@gmail.com> | 2013-01-16 23:24:54 +0100 |
commit | c06fa7cc6a499149fc8c666e4776e84b9e920788 (patch) | |
tree | 11217611edf552e15cd7682ce64b14f95e93472b /app/views | |
parent | 86b9ba00a88b455f88ced10cf959660b96113c88 (diff) | |
parent | e398d40c7ae15af9c840d0cda901303db8f22c39 (diff) |
Merge branch 'develop' of https://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 } |