% if space && space.id != nil %>
<%= link_logo(space, :size => "h64", :title=>space.name).html_safe %>
<%if space && space.id!=nil%>
<%if space.name.size > 20%>
<%=link_to(sanitize(first_words(space.name,30)),space_path(space), menu_options(:home))%>
<%else%>
<%=link_to(sanitize(space.name),space_path(space), menu_options(:home))%>
<%end%>
<%end%>
<%= render :partial => 'layouts/header_logo' %>
<%= yield :search %>
<% else %>
<%= render :partial => 'layouts/header_logo' %>
<%= yield :search %>
<% end %>