Skip to content

Commit

Permalink
added RSVP in header of RSVP column of Upcoming Events table
Browse files Browse the repository at this point in the history
  • Loading branch information
treble37 authored and michaelglass committed Feb 5, 2013
1 parent 8017086 commit 7245467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/events/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<th>Date</th>
<th>Time</th>
<th>Location</th>
<% if user_signed_in? %><th></th><% end %>
<% if user_signed_in? %><th>RSVP</th><% end %>
</tr>

<% if @events.length == 0 %>
Expand Down

0 comments on commit 7245467

Please sign in to comment.