diff options
| author | Luc Donnet | 2012-03-23 16:07:47 +0100 |
|---|---|---|
| committer | Luc Donnet | 2012-03-23 16:07:47 +0100 |
| commit | 1ea0a67856ee02538f5079d8f391811e43a3a59b (patch) | |
| tree | 062dde96a21a0d456cb231e4a9be2767eb21ed21 /app/views/networks | |
| parent | d753591230660f64d09e21ce5cc1cca1deb6491a (diff) | |
| download | chouette-core-1ea0a67856ee02538f5079d8f391811e43a3a59b.tar.bz2 | |
Add map for network and stop area
Diffstat (limited to 'app/views/networks')
| -rw-r--r-- | app/views/networks/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/networks/show.html.erb b/app/views/networks/show.html.erb index bd96938c5..e33ecbcf9 100644 --- a/app/views/networks/show.html.erb +++ b/app/views/networks/show.html.erb @@ -1,7 +1,7 @@ <%= title_tag t('networks.show.title', :network => @network.name )%> <div class="network_show"> - + <%= @map.to_html.html_safe %> <div class="summary"> <p> <label><%= Chouette::Network.human_attribute_name("name") %>: </label> |
