<% if @location != nil %>
Name:<%= @location.name %>
Strasse:<%= @location.street %>
Hausnr.:<%= @location.streetnr %>
Kommentar:<%= @location.comment %>
changed:<%= @location.time %>
Links: <%= link_to('Smokeping','http://stats.ffgraz.net/smokeping/index.cgi?target=Funkfeuer.' + @location.name) %>
<% if @location.gallery_link != nil %> <%= link_to 'Gallery', @location.gallery_link %>
<% end %> <%= link_to 'google maps', @googlemap %>

<%= link_to 'Edit', { :action => 'edit', :id => @location.id } %> <% end %>