ubicloud/views/layouts/sidebar
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
..
content.erb Relocate JSON policy editor to the bottom of the user management page 2024-10-10 16:27:55 +03:00
desktop.erb Increase testing of Clover 2023-06-15 00:55:12 +03:00
group.erb Move icons to separate file 2023-08-04 10:35:00 +03:00
item.erb Hide sidebar items when no permission 2023-08-16 17:09:39 +03:00
mobile.erb Move icons to separate file 2023-08-04 10:35:00 +03:00
project_switcher.erb Rename current_user to current_account 2024-10-28 16:32:03 -07:00