X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ab1444f338a4e1a94f30c50dbdff4c51a604f135..30d5e783e478789d2454e85c6d5b621b07a11081:/app/views/user_roles/index.html.erb diff --git a/app/views/user_roles/index.html.erb b/app/views/user_roles/index.html.erb deleted file mode 100644 index e245d68fc..000000000 --- a/app/views/user_roles/index.html.erb +++ /dev/null @@ -1,22 +0,0 @@ -

Listing user_roles

- - - - - - - -<% @user_roles.each do |user_role| %> - - - - - - - -<% end %> -
UserRole
<%=h user_role.user_id %><%=h user_role.role %><%= link_to 'Show', user_role %><%= link_to 'Edit', edit_user_role_path(user_role) %><%= link_to 'Destroy', user_role, :confirm => 'Are you sure?', :method => :delete %>
- -
- -<%= link_to 'New user_role', new_user_role_path %> \ No newline at end of file