Skip to content

Commit

Permalink
added edit event link to event details page
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Solorio committed Jun 27, 2010
1 parent 01df024 commit 0b9d923
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/views/events/detail.html.erb
Expand Up @@ -47,6 +47,7 @@
</div>
<%= @event.description%>
</div>
<%=link_to "Edit Event", edit_event_path(@event) %>
</div>
<div class="twoColumns-1">
<!-- Member: RSVP event form (event with no charge) -->
Expand Down

0 comments on commit 0b9d923

Please sign in to comment.