diff options
author | spag <spag@golwen.net> | 2013-02-01 08:11:16 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-02-01 08:11:16 +0100 |
commit | 4acda4279f11dc917b43aa7505ecb07d2161f0f6 (patch) | |
tree | 3da719423636e3a3505aa7cbf9146b2dca0769ec /app/views/call_routes/show.html.haml | |
parent | c744a4aca7b45a654d842c1b41aeabf86a406f62 (diff) |
position added
Diffstat (limited to 'app/views/call_routes/show.html.haml')
-rw-r--r-- | app/views/call_routes/show.html.haml | 3 |
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 |