diff options
author | spag <spag@golwen.net> | 2013-02-01 09:13:30 +0100 |
---|---|---|
committer | spag <spag@golwen.net> | 2013-02-01 09:13:30 +0100 |
commit | f46bfd1618f85842913dd967133f111ec2628fef (patch) | |
tree | cab9d3c32bb236770eafa10bf609db54d311973c /app/views/route_elements/show.html.haml | |
parent | d355193428c9e74180f1b278f88c7b56f3cd6bda (diff) |
position added
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 |