%if space.users.include?(current_user)&& logged_in? %>
<%if !(space.is_last_admin?(current_user))%>
<%= link_to t('space.leave'), space_performance_path(@space, @space.stage_performances.find_by_agent_id(current_user)), :method => :delete, :title => t('space.leave'), :confirm => t('space.confirm') %>
<%=image_tag("icons/help.png",:title=>"",:size=>"16x16",:class=>"tooltip_leave_space icon",:style=>"cursor:pointer")%>
<%end%>
<% end %>