diff options
| author | Michel Etienne | 2014-08-21 16:33:57 +0200 | 
|---|---|---|
| committer | Michel Etienne | 2014-08-21 16:33:57 +0200 | 
| commit | beed6b8df8d86c86b69fcca2b602bf40e36dcb75 (patch) | |
| tree | d8d93f191c65952a2cc33e23b12b3702f828240f /app/views/connection_links | |
| parent | 64ac4e2bfe88de0e3c54812868145f4c36b43ccf (diff) | |
| download | chouette-core-beed6b8df8d86c86b69fcca2b602bf40e36dcb75.tar.bz2 | |
maintain object names on show
Diffstat (limited to 'app/views/connection_links')
| -rw-r--r-- | app/views/connection_links/show.html.erb | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/app/views/connection_links/show.html.erb b/app/views/connection_links/show.html.erb index f11c05152..70547bda1 100644 --- a/app/views/connection_links/show.html.erb +++ b/app/views/connection_links/show.html.erb @@ -21,6 +21,10 @@        <% end %>      </p>      <p> +      <label><%= @connection_link.human_attribute_name(:name) %>: </label> +      <%= @connection_link.name %> +    </p> +    <p>        <label><%= @connection_link.human_attribute_name("connection_link_type") %>: </label>        <%= t("connection_link_types.label.#{@connection_link.connection_link_type}") %>      </p> | 
