diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-02-18 10:36:21 +0200 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2016-02-19 13:15:42 -0500 |
commit | d521079fd89dccb2b52c5ed8ffac38f80a9a783f (patch) | |
tree | 20501eccd034da2d900531f753af11dae58daf5d /doc/workflow | |
parent | d6e3abccb82ac112979cb1cea0b34faddbced358 (diff) | |
download | gitlab-ce-d521079fd89dccb2b52c5ed8ffac38f80a9a783f.tar.gz |
Move images to img/ directory
Diffstat (limited to 'doc/workflow')
-rw-r--r-- | doc/workflow/img/revert-commit-modal.png (renamed from doc/workflow/revert_changes/revert-commit-modal.png) | bin | 327932 -> 327932 bytes | |||
-rw-r--r-- | doc/workflow/img/revert-commit.png (renamed from doc/workflow/revert_changes/revert-commit.png) | bin | 360098 -> 360098 bytes | |||
-rw-r--r-- | doc/workflow/img/revert-mr-modal.png (renamed from doc/workflow/revert_changes/revert-mr-modal.png) | bin | 335010 -> 335010 bytes | |||
-rw-r--r-- | doc/workflow/img/revert-mr.png (renamed from doc/workflow/revert_changes/revert-mr.png) | bin | 367881 -> 367881 bytes | |||
-rw-r--r-- | doc/workflow/revert_changes.md | 8 |
5 files changed, 4 insertions, 4 deletions
diff --git a/doc/workflow/revert_changes/revert-commit-modal.png b/doc/workflow/img/revert-commit-modal.png Binary files differindex e94d151a2af..e94d151a2af 100644 --- a/doc/workflow/revert_changes/revert-commit-modal.png +++ b/doc/workflow/img/revert-commit-modal.png diff --git a/doc/workflow/revert_changes/revert-commit.png b/doc/workflow/img/revert-commit.png Binary files differindex d84211e20db..d84211e20db 100644 --- a/doc/workflow/revert_changes/revert-commit.png +++ b/doc/workflow/img/revert-commit.png diff --git a/doc/workflow/revert_changes/revert-mr-modal.png b/doc/workflow/img/revert-mr-modal.png Binary files differindex 9da78f84828..9da78f84828 100644 --- a/doc/workflow/revert_changes/revert-mr-modal.png +++ b/doc/workflow/img/revert-mr-modal.png diff --git a/doc/workflow/revert_changes/revert-mr.png b/doc/workflow/img/revert-mr.png Binary files differindex 7adad88463b..7adad88463b 100644 --- a/doc/workflow/revert_changes/revert-mr.png +++ b/doc/workflow/img/revert-mr.png diff --git a/doc/workflow/revert_changes.md b/doc/workflow/revert_changes.md index 079b92f8b10..048931083e5 100644 --- a/doc/workflow/revert_changes.md +++ b/doc/workflow/revert_changes.md @@ -6,11 +6,11 @@ The new `Revert` button allows you to revert any changes introduced by a Commit After the Merge Request has been merged, a `Revert` button will be available to revert the changes introduced by that Merge Request: -![revert merge request](revert_changes/revert-mr.png) +![revert merge request](img/revert-mr.png) You can revert the changes directly into the selected branch or you can opt to create a new Merge Request with the revert changes: -![revert merge request modal](revert_changes/revert-mr-modal.png) +![revert merge request modal](img/revert-mr-modal.png) After the Merge Request has been reverted, the `Revert` button will not be available anymore. @@ -20,11 +20,11 @@ It's important to mention that this new button will be only available for Merge You can revert a Commit from the Commit detail page: -![revert commit](revert_changes/revert-commit.png) +![revert commit](img/revert-commit.png) In the same way like reverting a Merge Request you can opt to revert the changes directly into the target branch or create a new Merge Request to revert the changes: -![revert commit modal](revert_changes/revert-commit-modal.png) +![revert commit modal](img/revert-commit-modal.png) After the Commit has been reverted, the `Revert` button will not be available anymore. |