diff options
| author | Alban Peignier | 2012-05-29 17:08:17 +0200 |
|---|---|---|
| committer | Alban Peignier | 2012-05-29 17:08:17 +0200 |
| commit | ee0f3849cb6a2278783aabb166fb5c2661cdb400 (patch) | |
| tree | 9b16a42dd4ab9a0cda51e7a5aa6c84dbe3471bca /app/views/connection_links | |
| parent | 5266239f66247c9f5a391ab6569a8fb8021279d8 (diff) | |
| download | chouette-core-ee0f3849cb6a2278783aabb166fb5c2661cdb400.tar.bz2 | |
Removes explicit ApplicationMap#html_safe
Diffstat (limited to 'app/views/connection_links')
| -rw-r--r-- | app/views/connection_links/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/connection_links/show.html.erb b/app/views/connection_links/show.html.erb index 273d9102e..abc2db3de 100644 --- a/app/views/connection_links/show.html.erb +++ b/app/views/connection_links/show.html.erb @@ -1,7 +1,7 @@ <%= title_tag t('connection_links.show.title', :connection_link => @connection_link.name ) %> <div class="connection_link_show"> - <%= @map.to_html.html_safe %> + <%= @map.to_html %> <div class="summary"> <p> |
