Skip to content

Commit

Permalink
General cleanup.
Browse files Browse the repository at this point in the history
  • Loading branch information
baphled committed May 24, 2010
1 parent 8efb490 commit c5c9e62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/parking/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<%= render :partial => "/common/save_button" %>
<% end %>
<% if not @resources.empty? %>
<% if not @tickets.empty? %>
<ul id="resource_list">
<% @resources.each do |item| %>
<% @tickets.each do |item| %>
<li><%= item.body %></li>
<% end %>
</ul>
Expand Down

0 comments on commit c5c9e62

Please sign in to comment.