<% if !@portfolio_spaces.blank?%>
<%= 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 !logged_in? %> <%= render "/search/branded_login" %> <% end %>
<% if(!@space.blank? && !@space.branding_tool.nil?)%> <%= @space.brand.home_page_html.try(:html_safe) %> <% end %>