As per Ben's request. Also comment out what appears to be leftwover inline
actions.
---
src/app/views/users/index.haml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/app/views/users/index.haml b/src/app/views/users/index.haml
index cd59734..1d2234f 100644
--- a/src/app/views/users/index.haml
+++ b/src/app/views/users/index.haml
@@ -31,14 +31,14 @@
%td
- is_first_user = (user == @users.first)
%input{:checked => is_first_user, :name => "user_checkbox", :type =>
"checkbox", :value => user.id, :id => "user_checkbox_#{user.id}" }
- %td= link_to user.login, user, :id => user.id
+ %td= link_to user.login, {:action => "edit", :id => user.id}
%td= user.last_name
%td= user.first_name
%td= sprintf("%.2f", user.quota.percentage_used)
%td= Quota.no_limit(user.quota.maximum_running_instances) ?
"Unlimited" : user.quota.maximum_running_instances
%td= user.email
- =link_to "", edit_user_url(user.id), :id => "edit_user_" + user.id.to_s
- =link_to "", user_url(user.id), :id => "delete_user_" + user.id.to_s
+ =#link_to "", edit_user_url(user.id), :id => "edit_user_" +
user.id.to_s
+ =#link_to "", user_url(user.id), :id => "delete_user_" + user.id.to_s
:javascript
$(document).ready(function () {
--
1.7.2.3
_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel