diff options
| author | Luc Donnet | 2012-04-12 18:14:51 +0200 |
|---|---|---|
| committer | Luc Donnet | 2012-04-12 18:14:51 +0200 |
| commit | d4de70ec093f0d6b16feb474bde5424c810a616a (patch) | |
| tree | b60fdae7ffc10365d6c4f9e0bca2d1fb3c4b1cc9 | |
| parent | f9dff8ab5c5eb02dc42c09b188771940d75df0a3 (diff) | |
| download | chouette-core-d4de70ec093f0d6b16feb474bde5424c810a616a.tar.bz2 | |
Delete adress for stop area index
| -rw-r--r-- | app/views/stop_areas/_stop_area.html.erb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/app/views/stop_areas/_stop_area.html.erb b/app/views/stop_areas/_stop_area.html.erb index 4e1feae9d..56c153226 100644 --- a/app/views/stop_areas/_stop_area.html.erb +++ b/app/views/stop_areas/_stop_area.html.erb @@ -11,9 +11,6 @@ <span class="warning"><%= t('.no_position') %></span> - <% end %> </p> - <p> - <%= stop_area.street_name %> <%= stop_area.country_code %> - </p> <p> <%= t('.lines') %> <% stop_area.lines.each do |line| %> <span class="line"><%= line.number %></span> |
