Merge branch 'stable-2.16' into stable-3.0

* stable-2.16:
  Add a 'banner' extension point
  Add extension point to the footer
  Fix dialog popup when going to /admin/create-project

Change-Id: I6181120b2ca7c2cc60c145d03f84f644cdbb746c
This commit is contained in:
Paladox
2019-07-02 18:53:58 +01:00
2 changed files with 3 additions and 1 deletions

View File

@@ -1215,7 +1215,7 @@
_handleCreateProjectRoute(data) { _handleCreateProjectRoute(data) {
// Redirects the legacy route to the new route, which displays the project // Redirects the legacy route to the new route, which displays the project
// list with a hash 'create'. // list with a hash 'create'.
this._redirect('/admin/projects#create'); this._redirect('/admin/repos#create');
}, },
_handleCreateGroupRoute(data) { _handleCreateGroupRoute(data) {

View File

@@ -227,12 +227,14 @@ limitations under the License.
Powered by <a href="https://www.gerritcodereview.com/" rel="noopener" Powered by <a href="https://www.gerritcodereview.com/" rel="noopener"
target="_blank">Gerrit Code Review</a> target="_blank">Gerrit Code Review</a>
([[_version]]) ([[_version]])
<gr-endpoint-decorator name="footer-left"></gr-endpoint-decorator>
</div> </div>
<div> <div>
<a class="feedback" <a class="feedback"
href$="[[_feedbackUrl]]" href$="[[_feedbackUrl]]"
rel="noopener" target="_blank">Send feedback</a> rel="noopener" target="_blank">Send feedback</a>
| Press &ldquo;?&rdquo; for keyboard shortcuts | Press &ldquo;?&rdquo; for keyboard shortcuts
<gr-endpoint-decorator name="footer-right"></gr-endpoint-decorator>
</div> </div>
</footer> </footer>
<gr-overlay id="keyboardShortcuts" with-backdrop> <gr-overlay id="keyboardShortcuts" with-backdrop>