aboutsummaryrefslogtreecommitdiff
path: root/app/views/admin/communities/index_participants.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/admin/communities/index_participants.html.erb')
-rw-r--r--app/views/admin/communities/index_participants.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/admin/communities/index_participants.html.erb b/app/views/admin/communities/index_participants.html.erb
index 7366360..0275343 100644
--- a/app/views/admin/communities/index_participants.html.erb
+++ b/app/views/admin/communities/index_participants.html.erb
@@ -20,7 +20,7 @@ License along with ECS. If not, see <http://www.gnu.org/licenses/>.
<h1>Listing Participants of Community "<%= @community.name+" ("+@community.description+")" %>" </h1>
-<%= link_to 'Back', index_admin_communities_url %><BR><BR>
+<%= link_to 'Back', index_admin_communities_path %><BR><BR>
<%= render(:partial => 'shared/admin/participants',
:locals =>
@@ -29,11 +29,11 @@ License along with ECS. If not, see <http://www.gnu.org/licenses/>.
[
{
:text=>"release Participant",
- :map_name_function=>'destroy_admin_community_participant_url(:id => @community.id, :p_id => participant.id), :method=>:delete, :confirm => \'Are you sure?\''
+ :map_name_function=>'destroy_admin_community_participant_path(:id => @community.id, :p_id => participant.id), :method=>:delete, :confirm => \'Are you sure?\''
}
]
}
)
%>
-<BR><%= link_to 'Back', index_admin_communities_url %><BR>
+<BR><%= link_to 'Back', index_admin_communities_path %><BR>