PolyGerrit: Move Rights Inherit From to the top instead of at the bottom
Change-Id: Ifb09aa6630f0c470fe2f8c494057fec99df714c7
This commit is contained in:
@@ -32,6 +32,12 @@ limitations under the License.
|
|||||||
<style include="shared-styles"></style>
|
<style include="shared-styles"></style>
|
||||||
<style include="gr-menu-page-styles"></style>
|
<style include="gr-menu-page-styles"></style>
|
||||||
<main>
|
<main>
|
||||||
|
<template is="dom-if" if="[[_inheritsFrom]]">
|
||||||
|
<h3 id="inheritsFrom">Rights Inherit From
|
||||||
|
<a href$="[[_computeParentHref(_inheritsFrom.name)]]" rel="noopener">
|
||||||
|
[[_inheritsFrom.name]]</a>
|
||||||
|
</h3>
|
||||||
|
</template>
|
||||||
<template
|
<template
|
||||||
is="dom-repeat"
|
is="dom-repeat"
|
||||||
items="{{_sections}}"
|
items="{{_sections}}"
|
||||||
@@ -43,12 +49,6 @@ limitations under the License.
|
|||||||
editing="[[_editing]]"
|
editing="[[_editing]]"
|
||||||
groups="[[_groups]]"></gr-access-section>
|
groups="[[_groups]]"></gr-access-section>
|
||||||
</template>
|
</template>
|
||||||
<template is="dom-if" if="[[_inheritsFrom]]">
|
|
||||||
<h3 id="inheritsFrom">Rights Inherit From
|
|
||||||
<a href$="[[_computeParentHref(_inheritsFrom.name)]]" rel="noopener">
|
|
||||||
[[_inheritsFrom.name]]</a>
|
|
||||||
</h3>
|
|
||||||
</template>
|
|
||||||
</main>
|
</main>
|
||||||
<gr-rest-api-interface id="restAPI"></gr-rest-api-interface>
|
<gr-rest-api-interface id="restAPI"></gr-rest-api-interface>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user