Skip to content

Instantly share code, notes, and snippets.

@adambray
Created October 9, 2009 08:07
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adambray/205855 to your computer and use it in GitHub Desktop.
Save adambray/205855 to your computer and use it in GitHub Desktop.
<br style="clear: both" />
<%= render :partial => 'reservations/reservations_sidebar' if current_user %>
<% unless current_user.equipment_objects.empty? %>
<div id="equipment">
<h3>Your current equipment:</h3>
<%= render :partial => 'users/current_equipment', :object => current_user %>
</div>
<% end %>
<%= yield(:right_sidebar) %>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment