diff --git a/polygerrit-ui/app/elements/gr-change-actions.html b/polygerrit-ui/app/elements/gr-change-actions.html new file mode 100644 index 0000000000..c37a931da5 --- /dev/null +++ b/polygerrit-ui/app/elements/gr-change-actions.html @@ -0,0 +1,138 @@ + + + + + + + + + + diff --git a/polygerrit-ui/app/elements/gr-change-view.html b/polygerrit-ui/app/elements/gr-change-view.html index 81034bc1ae..fbf005c1af 100644 --- a/polygerrit-ui/app/elements/gr-change-view.html +++ b/polygerrit-ui/app/elements/gr-change-view.html @@ -17,6 +17,7 @@ limitations under the License. + @@ -112,6 +113,9 @@ limitations under the License. .notApproved { background-color: #ffd4d4; } + gr-change-actions { + margin-top: 1em; + } .summary { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; @@ -229,6 +233,10 @@ limitations under the License. +
+ + + +gr-change-actions + + + + + + + + + + + + + + diff --git a/polygerrit-ui/app/test/index.html b/polygerrit-ui/app/test/index.html index 85c0e1d57d..b1f6128b3f 100644 --- a/polygerrit-ui/app/test/index.html +++ b/polygerrit-ui/app/test/index.html @@ -24,6 +24,7 @@ limitations under the License. var testFiles = []; [ 'gr-account-dropdown-test.html', + 'gr-change-actions-test.html', 'gr-change-list-item-test.html', 'gr-change-list-test.html', 'gr-change-view-test.html',