diff --git a/app/assets/stylesheets/buttons.css b/app/assets/stylesheets/buttons.css
index e2710006d..5a5c910d1 100644
--- a/app/assets/stylesheets/buttons.css
+++ b/app/assets/stylesheets/buttons.css
@@ -40,7 +40,7 @@
pointer-events: none;
}
- [aria-busy] &:disabled {
+ form[aria-busy] &:disabled {
position: relative;
> * {
diff --git a/app/views/events/index/_add_card_button.html.erb b/app/views/events/index/_add_card_button.html.erb
index c22841cf5..028407b79 100644
--- a/app/views/events/index/_add_card_button.html.erb
+++ b/app/views/events/index/_add_card_button.html.erb
@@ -2,8 +2,16 @@
<% if board = user_filtering.single_board_or_first %>
<%= button_to board_cards_path(board), method: :post, class: "btn btn--link btn--circle-mobile", data: { controller: "hotkey", action: "keydown.c@document->hotkey#click" } do %>
<%= icon_tag "add", class: "show-on-touch" %>
- Add a card
+ Add a card
C
<% end %>
<% end %>
+
+
diff --git a/app/views/my/menus/_boards.html.erb b/app/views/my/menus/_boards.html.erb
index c881d1f88..b9512da4a 100644
--- a/app/views/my/menus/_boards.html.erb
+++ b/app/views/my/menus/_boards.html.erb
@@ -3,7 +3,7 @@
<% if user_filtering.boards.any? %>
diff --git a/app/views/my/menus/_hotkeys.html.erb b/app/views/my/menus/_hotkeys.html.erb
index 4b1792fbb..734d6c157 100644
--- a/app/views/my/menus/_hotkeys.html.erb
+++ b/app/views/my/menus/_hotkeys.html.erb
@@ -1,8 +1,8 @@
<%= filter_hotkey_link "Home", root_path, 1, "home" %>
- <%= filter_hotkey_link "New board", new_board_path, 2, "board-add" %>
- <%= filter_hotkey_link "Assigned to me", cards_path(assignee_ids: [Current.user.id]), 3, "clipboard" %>
- <%= filter_hotkey_link "Added by me", cards_path(creator_ids: [Current.user.id]), 4, "person-add" %>
- <%= filter_hotkey_link "Notifications", notifications_path, 5, "bell" %>
+ <%= filter_hotkey_link "Assigned to me", cards_path(assignee_ids: [Current.user.id]), 2, "clipboard" %>
+ <%= filter_hotkey_link "Added by me", cards_path(creator_ids: [Current.user.id]), 3, "person-add" %>
+ <%= filter_hotkey_link "Notifications", notifications_path, 4, "bell" %>
+ <%= filter_hotkey_link "My Profile", user_path(Current.user), 5, "person" %>
<%= filter_hotkey_link "Settings", account_settings_path, 6, "settings" %>
diff --git a/app/views/my/menus/_users.html.erb b/app/views/my/menus/_users.html.erb
index b8ca2cb59..c8c4d983c 100644
--- a/app/views/my/menus/_users.html.erb
+++ b/app/views/my/menus/_users.html.erb
@@ -2,7 +2,7 @@
diff --git a/app/views/my/menus/saved_filter/_create.html.erb b/app/views/my/menus/saved_filter/_create.html.erb
index e10d5313f..8c547b857 100644
--- a/app/views/my/menus/saved_filter/_create.html.erb
+++ b/app/views/my/menus/saved_filter/_create.html.erb
@@ -1,6 +1,6 @@