<% if !@portfolio_spaces.blank?%>
<% if !logged_in? %>
<%= render "/search/branded_login" %>
<% end %>
<%= image_tag('rnl_top.gif') %>
Projects in this portfolio
<% for space in @portfolio_spaces %><%= link_to_space space %>
<% end %>
<%= image_tag('rnl_bottom.gif') %>
<% end %>
<% if(!@space.blank? && !@space.branding_tool.nil?)%>
<%= @space.brand.home_page_html.try(:html_safe) %>
<% end %>