aboutsummaryrefslogtreecommitdiff
path: root/app/views/shared/admin/_participants.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/admin/_participants.html.erb')
-rw-r--r--app/views/shared/admin/_participants.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/shared/admin/_participants.html.erb b/app/views/shared/admin/_participants.html.erb
index baf7478..76a9896 100644
--- a/app/views/shared/admin/_participants.html.erb
+++ b/app/views/shared/admin/_participants.html.erb
@@ -35,9 +35,9 @@ License along with ECS. If not, see <http://www.gnu.org/licenses/>.
<TD>
- <%= link_to 'Show', show_admin_participant_url(:id => participant) %>
- <%= link_to 'Edit', edit_admin_participant_url(:id => participant) %>
- <%= link_to 'Destroy', destroy_admin_participant_url(:id => participant), :confirm => 'Are you sure?', :method => :post %><BR>
+ <%= link_to 'Show', show_admin_participant_path(:id => participant) %>
+ <%= link_to 'Edit', edit_admin_participant_path(:id => participant) %>
+ <%= link_to 'Destroy', destroy_admin_participant_path(:id => participant), :confirm => 'Are you sure?', :method => :post %><BR>
<% if defined? links then -%>
<% links.each do |link| %>
<%= eval "link_to \"#{link[:text]}\", #{link[:map_name_function]}" %>