]> git.openstreetmap.org Git - rails.git/commitdiff
Only include the home link if the user is logged in.
authorTom Hughes <tom@compton.nu>
Fri, 24 Aug 2007 17:47:57 +0000 (17:47 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 24 Aug 2007 17:47:57 +0000 (17:47 +0000)
app/views/site/index.rhtml

index b9525c71ab27fc87572e5025faddf12303fdf276..85adb7ddb03823b92b596e42fd2e89b9e6c425eb 100644 (file)
@@ -1,6 +1,8 @@
 <% content_for :greeting do %>
 <% content_for :greeting do %>
+<% if !@user.home_lon.nil? and !@user.home_lat.nil? %>
 <%= link_to_function 'home', "setPosition(#{@user.home_lat}, #{@user.home_lon}, 10)" %> |
 <% end %>
 <%= link_to_function 'home', "setPosition(#{@user.home_lat}, #{@user.home_lon}, 10)" %> |
 <% end %>
+<% end %>
 
 <% content_for :left_menu do %>
 <%= link_to "Map key", "http://wiki.openstreetmap.org/index.php/Map_Key" %>
 
 <% content_for :left_menu do %>
 <%= link_to "Map key", "http://wiki.openstreetmap.org/index.php/Map_Key" %>