diff options
| author | Alban Peignier | 2018-03-22 15:48:36 +0100 |
|---|---|---|
| committer | Alban Peignier | 2018-03-22 15:49:52 +0100 |
| commit | 246382fd77799e4cf1a04578be0d8f0e982a5164 (patch) | |
| tree | 3bac0143f42ed368e2a1b7e43a09f18b930dc274 /app/views/connection_links/show.html.slim | |
| parent | 9ae51de7d821aa2d0277fdab3aaeb5f32642a0ca (diff) | |
| download | chouette-core-246382fd77799e4cf1a04578be0d8f0e982a5164.tar.bz2 | |
Remove maps code. Refs #6296
Diffstat (limited to 'app/views/connection_links/show.html.slim')
| -rw-r--r-- | app/views/connection_links/show.html.slim | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/app/views/connection_links/show.html.slim b/app/views/connection_links/show.html.slim index 5d8864bb5..ca6593131 100644 --- a/app/views/connection_links/show.html.slim +++ b/app/views/connection_links/show.html.slim @@ -1,8 +1,6 @@ = title_tag t('connection_links.show.title', :connection_link => @connection_link.name) .connection_link_show - = @map.to_html - .summary p label = "#{@connection_link.human_attribute_name(:departure)} : " |
