Created
October 9, 2009 08:07
-
-
Save adambray/205855 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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