aboutsummaryrefslogtreecommitdiff
path: root/app/views/shared/admin/_communities.html.erb
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/shared/admin/_communities.html.erb')
-rw-r--r--app/views/shared/admin/_communities.html.erb6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/views/shared/admin/_communities.html.erb b/app/views/shared/admin/_communities.html.erb
index d98b941..5204d9a 100644
--- a/app/views/shared/admin/_communities.html.erb
+++ b/app/views/shared/admin/_communities.html.erb
@@ -34,9 +34,9 @@ License along with ECS. If not, see <http://www.gnu.org/licenses/>.
<TD>
- <%= link_to 'Show', show_admin_community_url(:id => community) %>
- <%= link_to 'Edit', edit_admin_community_url(:id => community) %>
- <%= link_to 'Destroy', destroy_admin_community_url(:id => community), :confirm => 'Are you sure?', :method => :delete %><BR>
+ <%= link_to 'Show', show_admin_community_path(:id => community) %>
+ <%= link_to 'Edit', edit_admin_community_path(:id => community) %>
+ <%= link_to 'Destroy', destroy_admin_community_path(:id => community), :confirm => 'Are you sure?', :method => :delete %><BR>
<% if defined? links then -%>
<% links.each do |link| %>
<%= eval "link_to \"#{link[:text]}\", #{link[:map_name_function]}" %>