Avoid empty content_for blocks as they trigger warnings
This commit is contained in:
parent
dc9b0e8c94
commit
35e60d4d7b
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<% content_for :greeting do %>
|
||||
<% if @user and !@user.home_lon.nil? and !@user.home_lat.nil? %>
|
||||
<%= link_to_function t('layouts.home'), "setPosition(#{@user.home_lat}, #{@user.home_lon}, 15)", { :title => t('layouts.home_tooltip') } %> |
|
||||
<% end %>
|
||||
<% content_for :greeting do %>
|
||||
<%= link_to_function t('layouts.home'), "setPosition(#{@user.home_lat}, #{@user.home_lon}, 15)", { :title => t('layouts.home_tooltip') } %> |
|
||||
<% end %>
|
||||
<% end %>
|
||||
|
||||
<%= render :partial => 'sidebar', :locals => { :onopen => "resizeMap();", :onclose => "resizeMap();" } %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue