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