diff options
author | Peter Kozak <spag@golwen.net> | 2013-04-26 12:46:02 +0200 |
---|---|---|
committer | Peter Kozak <spag@golwen.net> | 2013-04-26 12:46:02 +0200 |
commit | 3d04f33c0281ef62f6868c58565bd8220c94de99 (patch) | |
tree | eadd13243ad8bf66041a626815a4634bf62b105b /app | |
parent | 0c545798470f64923db9b37b8abac96684c739eb (diff) |
_id removed
Diffstat (limited to 'app')
-rw-r--r-- | app/views/gateway_parameters/show.html.haml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/gateway_parameters/show.html.haml b/app/views/gateway_parameters/show.html.haml index 9bdad76..8314b3c 100644 --- a/app/views/gateway_parameters/show.html.haml +++ b/app/views/gateway_parameters/show.html.haml @@ -1,7 +1,7 @@ - content_for :title, t("gateway_parameters.show.page_title") %p - %strong= t('gateway_parameters.show.gateway_id') + ":" + %strong= t('gateway_parameters.show.gateway') + ":" = @gateway_parameter.gateway %p %strong= t('gateway_parameters.show.name') + ":" |