summaryrefslogtreecommitdiffstats
path: root/polygerrit-ui/app/elements/shared/gr-label/gr-label.html
diff options
context:
space:
mode:
Diffstat (limited to 'polygerrit-ui/app/elements/shared/gr-label/gr-label.html')
-rw-r--r--polygerrit-ui/app/elements/shared/gr-label/gr-label.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/polygerrit-ui/app/elements/shared/gr-label/gr-label.html b/polygerrit-ui/app/elements/shared/gr-label/gr-label.html
index 04b12e7463..fe290b759c 100644
--- a/polygerrit-ui/app/elements/shared/gr-label/gr-label.html
+++ b/polygerrit-ui/app/elements/shared/gr-label/gr-label.html
@@ -1,4 +1,5 @@
<!--
+@license
Copyright (C) 2016 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
@@ -17,7 +18,7 @@ limitations under the License.
<link rel="import" href="../../../behaviors/gr-tooltip-behavior/gr-tooltip-behavior.html">
<dom-module id="gr-label">
<template strip-whitespace>
- <content></content>
+ <slot></slot>
</template>
<script src="gr-label.js"></script>
</dom-module>