diff options
author | Pavel Makhov <pmakhov@theoctavegroup.com> | 2019-11-23 21:57:26 -0500 |
---|---|---|
committer | Pavel Makhov <pmakhov@theoctavegroup.com> | 2019-11-23 21:57:26 -0500 |
commit | 998f6ad7dae9af909d649919bf17946e6eb9c5db (patch) | |
tree | 529022c6488bb0932f024f0bd3b272ba381d92c3 | |
parent | 344fd7923fc71e96e0ad31e92a7fe218b4395a0b (diff) |
Small improvements in jira widget
-rw-r--r-- | gerrit-widget/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gerrit-widget/README.md b/gerrit-widget/README.md index 61231d4..a7ed09f 100644 --- a/gerrit-widget/README.md +++ b/gerrit-widget/README.md @@ -1,10 +1,10 @@ # Gerrit widget -This widget adds support for [Gerrit](https://www.gerritcodereview.com/). It shows number of currently assigned reviews to the user (by default) +It shows number of currently assigned reviews in [Gerrit](https://www.gerritcodereview.com/) to the user (by default) : ![gerrit_widget](./gerrit_widget.png) - when clicked it shows the reviews in a list, if item of a list is clicked, the review will be opened in the default browser: + when clicked it shows reviews in a list, if an item of a list is clicked, the review will be opened in the default browser: ![popup](./popup.png) |