ubicloud/views
Jeremy Evans 5db2ea706d Rename current_user to current_account
This was recommended by Enes, and is more aligned with the model
naming (the model is Account).

This was a completely mechanical change, using the following code:

```
sed -i -e 's/current_user/current_account/' `git grep -l 'current_user' clover*.rb routes/clover_base.rb routes views`
```

This makes some naming more consistent, such as `account_ubid: current_account.ubid`.

This makes some naming less consistent, such as `user: current_account`

We could fix the less consistent naming by changing
`Routes::Common::Base#initialize` to use `account` instead of `user` as a
keyword argument.  This commit doesn't make that change.  It's likely
Routes::Common will go away when merging CloverWeb and CloverApi, so
I'm not sure it's worth it.
2024-10-28 16:32:03 -07:00
..
account Rename current_user to current_account 2024-10-28 16:32:03 -07:00
auth Make account page submenu more responsive 2024-02-14 10:12:59 +03:00
components Allow to select a policy for the users of project 2024-10-10 16:27:55 +03:00
email Move send_email to util 2024-04-22 16:00:57 +02:00
github Add a delete function for cache entries to the UI 2024-10-01 14:55:49 +03:00
layouts Rename current_user to current_account 2024-10-28 16:32:03 -07:00
networking Rename current_user to current_account 2024-10-28 16:32:03 -07:00
postgres Rename current_user to current_account 2024-10-28 16:32:03 -07:00
project Rename current_user to current_account 2024-10-28 16:32:03 -07:00
vm Rename current_user to current_account 2024-10-28 16:32:03 -07:00
dashboard.erb Rename current_user to current_account 2024-10-28 16:32:03 -07:00
error.erb Revert "Revert "Update error response title with PascalCase type"" 2024-04-25 00:06:04 -07:00