X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/52fa09ecae15fd7fa2739471d5d71a8fbcf20838..daa2496024cf0bdc65e58eb6e2802784f411f68b:/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 new file mode 100644 index 000000000..e245d68fc --- /dev/null +++ b/app/views/user_roles/index.html.erb @@ -0,0 +1,22 @@ +

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