Skip to content

Commit 67c55f6

Browse files
committed
Version the text for viewing environments
1 parent 53f1ce1 commit 67c55f6

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

content/github/administering-a-repository/viewing-deployment-activity-for-your-repository.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ You can also see deployment information on the "Conversation" tab of a pull requ
2424
### Viewing the deployments dashboard
2525

2626
{% data reusables.repositories.navigate-to-repo %}
27-
2. To the right of the list of files, click **Environments**.
28-
![Environments on the right of the repository page](/assets/images/help/repository/environments.png)
27+
2. {% if currentVersion == "free-pro-team@latest" or currentVersion ver_gt "enterprise-server@2.21" %}To the right of the list of files, click **Environments**.
28+
![Environments on the right of the repository page](/assets/images/help/repository/environments.png){% else %}Above the list of files, click **Environments**.
29+
![Environments on top of repository page](/assets/images/help/repository/environments.png){% endif %}
30+
2931

3032
### Further reading
3133
- "[About pull requests](/articles/about-pull-requests)"

0 commit comments

Comments
 (0)