aboutsummaryrefslogtreecommitdiff
path: root/app/views/admin/participants/edit.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/participants/edit.html.erb')
-rw-r--r--app/views/admin/participants/edit.html.erb8
1 files changed, 4 insertions, 4 deletions
diff --git a/app/views/admin/participants/edit.html.erb b/app/views/admin/participants/edit.html.erb
index b454db5..0f3b322 100644
--- a/app/views/admin/participants/edit.html.erb
+++ b/app/views/admin/participants/edit.html.erb
@@ -21,8 +21,8 @@ License along with ECS. If not, see <http://www.gnu.org/licenses/>.
<h1 class="box1">Edit Participant</h1>
<P>
-<%= link_to 'Show', admin_participant_url(:id => @participant) %> |
-<%= link_to 'Back', admin_participants_url %>
+<%= link_to 'Show', admin_participant_path(:id => @participant) %> |
+<%= link_to 'Back', admin_participants_path %>
</P>
<P>
<% form_for [:admin, setup_participant(@participant)], :method=>:put do |f| %>
@@ -33,6 +33,6 @@ License along with ECS. If not, see <http://www.gnu.org/licenses/>.
</P>
<P>
-<%= link_to 'Show', admin_participant_url(:id => @participant) %> |
-<%= link_to 'Back', admin_participants_url %>
+<%= link_to 'Show', admin_participant_path(:id => @participant) %> |
+<%= link_to 'Back', admin_participants_path %>
</P>