diff options
Diffstat (limited to 'app/views/route_elements/show.html.haml')
-rw-r--r-- | app/views/route_elements/show.html.haml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app/views/route_elements/show.html.haml b/app/views/route_elements/show.html.haml index 808f2a0..1d07cbc 100644 --- a/app/views/route_elements/show.html.haml +++ b/app/views/route_elements/show.html.haml @@ -1,6 +1,9 @@ - content_for :title, t("route_elements.show.page_title") %p + %strong= t('route_elements.show.position') + ":" + = @route_element.position +%p %strong= t('route_elements.show.var_in') + ":" = @route_element.var_in %p |