Skip to content

Commit

Permalink
only show notes if they exist
Browse files Browse the repository at this point in the history
  • Loading branch information
paultannenbaum committed Dec 21, 2011
1 parent 5fe2778 commit be7bc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/events/show.html.erb
Expand Up @@ -28,7 +28,7 @@
<%= @event.carpool_seats %>
</p>

<% if @event.notes %>
<% unless @event.notes.blank? %>
<p>
<b>Additional Notes:</b>
<%= @event.notes %>
Expand Down

0 comments on commit be7bc35

Please sign in to comment.