diff options
| author | Michel Etienne | 2012-11-13 16:18:13 +0100 |
|---|---|---|
| committer | Michel Etienne | 2012-11-13 16:18:13 +0100 |
| commit | eeaf81e645de6f073b84b22b19e04ac63024399e (patch) | |
| tree | 5c0664cc51d2ad7d42ec8ff3322d540ac2413972 /app/views/access_points | |
| parent | 0c9781ac6c9927c4631826c2319c0c14436587d6 (diff) | |
| download | chouette-core-eeaf81e645de6f073b84b22b19e04ac63024399e.tar.bz2 | |
add some features on maps
Diffstat (limited to 'app/views/access_points')
| -rw-r--r-- | app/views/access_points/show.html.erb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/views/access_points/show.html.erb b/app/views/access_points/show.html.erb index 7b25d6b96..6361e2115 100644 --- a/app/views/access_points/show.html.erb +++ b/app/views/access_points/show.html.erb @@ -109,8 +109,6 @@ <%= render :partial => "access_link_pairs/access_link_pair", :collection => access_links_pairs(@generic_access_links) %> </table> </div> - <p><%= t('.access_link_legend_1') %></p> - <p><%= t('.access_link_legend_2') %></p> </div> @@ -128,8 +126,6 @@ <%= render :partial => "access_link_pairs/access_link_pair", :collection => access_links_pairs(@detail_access_links) %> </table> </div> - <p><%= t('.access_link_legend_1') %></p> - <p><%= t('.access_link_legend_2') %></p> </div> </div> |
