diff --git a/data/reusables/projects/open-item-menu.md b/data/reusables/projects/open-item-menu.md index ddc2f11fef..f14b8d1819 100644 --- a/data/reusables/projects/open-item-menu.md +++ b/data/reusables/projects/open-item-menu.md @@ -1 +1 @@ -1. Select the {% octicon "triangle-down" aria-label="the item menu" %} (in table layout) or the {% octicon "kebab-horizontal" aria-label="the item menu" %} (in board layout). +1. Select the {% octicon "triangle-down" aria-label="the item menu" %} (in table{% ifversion projects-v2-roadmaps %} or roadmap{% endif %} layout) or the {% octicon "kebab-horizontal" aria-label="the item menu" %} (in board layout). diff --git a/data/reusables/projects/select-an-item.md b/data/reusables/projects/select-an-item.md index a55ec4d0aa..deac894677 100644 --- a/data/reusables/projects/select-an-item.md +++ b/data/reusables/projects/select-an-item.md @@ -1,5 +1,9 @@ -1. Select the item. To select multiple items, do one of the following: - - Hold Command (Mac) or Ctrl (Windows/Linux) and click each item. +1. {% ifversion projects-v2-roadmaps %}If you're using a table or board layout, first select{% else %}Select{% endif %} the item: + - In a table layout, click on the row number. + - In a board layout, click on the card. + + To select multiple items, do one of the following: + - Hold Command (Mac) or Ctrl (Windows/Linux) and select each item. - Select an item then press Shift+ or Shift+ to select additional items above or below the selected item. - - Select an item then press Shift and click another item to select all items between the two items. + - Select an item then press Shift and select another item to select all items between the two items. - With a row or item already selected, press Command+A (Mac) or Ctrl+A (Windows/Linux) to select all items in a column in a board layout or all items in a table layout.