Skip to content

Commit

Permalink
Remove vol skills from event show page
Browse files Browse the repository at this point in the history
  • Loading branch information
lilliealbert committed Mar 18, 2013
1 parent dde1cf1 commit ce9e565
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions app/views/events/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,12 @@
<thead>
<tr>
<th>Name</th>
<th>Skills</th>
</tr>
</thead>
<tbody>
<% @event.volunteer_rsvps.each do |rsvp| %>
<tr>
<td><%= link_to rsvp.user.full_name, rsvp.user.profile_path %></td>
<td><%= get_volunteer_skills(rsvp) %></td>
</tr>
<% end %>
</tbody>
Expand Down
2 changes: 1 addition & 1 deletion app/views/layouts/application.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="navbar-inner">
<a class="app-name" href=<%= events_path %>><%= render 'shared/logo' %></a>
<% if user_signed_in? %>
<span class="nav-blurb">Found a bug? Or some unexpected behavior? <a href="https://github.com/railsbridge/bridge_troll/issues">Let us know</a>!</span>
<span class="nav-blurb">Found a bug? Or some unexpected behavior? <a href="https://github.com/railsbridge/bridge_troll/issues" target="_blank">Let us know</a>!</span>
<% end %>
<ul class="nav pull-right">
<%= render :partial => "devise/menu/login_items" %>
Expand Down

0 comments on commit ce9e565

Please sign in to comment.