diff options
| author | Michel Etienne | 2013-07-01 11:36:39 +0200 |
|---|---|---|
| committer | Michel Etienne | 2013-07-01 11:37:50 +0200 |
| commit | 6e4a709fd4ae7eb5aac1729b66da81a940caed46 (patch) | |
| tree | 91952fdc5cf46470d683eb35df60ea358c2ccaba /app/views/stop_areas | |
| parent | b7b58ecaa5589ed7c09868d81d33c4c282bac268 (diff) | |
| download | chouette-core-6e4a709fd4ae7eb5aac1729b66da81a940caed46.tar.bz2 | |
finalize removing projection from database
Diffstat (limited to 'app/views/stop_areas')
| -rw-r--r-- | app/views/stop_areas/show.html.erb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/stop_areas/show.html.erb b/app/views/stop_areas/show.html.erb index b98378d71..632036959 100644 --- a/app/views/stop_areas/show.html.erb +++ b/app/views/stop_areas/show.html.erb @@ -39,7 +39,7 @@ </p> <% if !manage_itl %> <p> <label><%= t('stop_areas.show.geographic_data') %> </label></p> - <% if @stop_area.projection_type == nil && @stop_area.long_lat_type == nil %> + <% if @stop_area.long_lat_type == nil %> <span class='geo_data'><%= t('stop_areas.show.no_geographic_data') %></span> <% else %> <% if !@stop_area.projection.nil? %> |
