aboutsummaryrefslogtreecommitdiffstats
path: root/app/views/stop_areas
diff options
context:
space:
mode:
authorMichel Etienne2013-07-01 11:36:39 +0200
committerMichel Etienne2013-07-01 11:37:50 +0200
commit6e4a709fd4ae7eb5aac1729b66da81a940caed46 (patch)
tree91952fdc5cf46470d683eb35df60ea358c2ccaba /app/views/stop_areas
parentb7b58ecaa5589ed7c09868d81d33c4c282bac268 (diff)
downloadchouette-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.erb2
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? %>