summaryrefslogtreecommitdiff
path: root/app/views/call_routes/show.html.haml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/call_routes/show.html.haml')
-rw-r--r--app/views/call_routes/show.html.haml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/call_routes/show.html.haml b/app/views/call_routes/show.html.haml
index 09daf53..a33a29b 100644
--- a/app/views/call_routes/show.html.haml
+++ b/app/views/call_routes/show.html.haml
@@ -1,6 +1,9 @@
- content_for :title, t("call_routes.show.page_title")
%p
+ %strong= t('call_routes.show.position') + ":"
+ = @call_route.position
+%p
%strong= t('call_routes.show.table') + ":"
= @call_route.routing_table
%p