On 10/22/2010 05:37 AM, [email protected] wrote:
> From: martyntaylor<[email protected]>
>
> ---
>   src/app/views/users/index.haml |    2 +-
>   1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/src/app/views/users/index.haml b/src/app/views/users/index.haml
> index df9def1..3643ba4 100644
> --- a/src/app/views/users/index.haml
> +++ b/src/app/views/users/index.haml
> @@ -8,7 +8,7 @@
>           = submit_tag "edit", :class =>  "submit linkbutton"
>         %dd.delete
>           %span
> -        = submit_tag "delete", :class =>  "submit linkbutton"
> +        = submit_tag "delete", :class =>  "submit linkbutton", :confirm =>  
> "Are you sure you want to delete this user?"
>         %dd.add
>           %span
>           = link_to "create", new_user_url
Look good, ACK. At some point would be nice to have a confirmation page 
for when js is not enabled as well.

   -Mo
_______________________________________________
deltacloud-devel mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/deltacloud-devel

Reply via email to