Chromium Code Reviews| Index: chrome/browser/resources/md_policy/policy_group.html |
| diff --git a/chrome/browser/resources/md_policy/policy_group.html b/chrome/browser/resources/md_policy/policy_group.html |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..b6db7f0750cecd01334ad7fba9fc74d5525031ae |
| --- /dev/null |
| +++ b/chrome/browser/resources/md_policy/policy_group.html |
| @@ -0,0 +1,16 @@ |
| + |
|
Dan Beam
2015/10/10 01:04:18
why \n?
fhorschig
2015/10/13 16:29:10
Done.
|
| +<link rel="import" href="chrome://resources/polymer/v1_0/polymer/polymer.html"> |
| + |
|
Dan Beam
2015/10/10 01:04:18
no \n
fhorschig
2015/10/13 16:29:10
Done.
|
| +<link rel="import" href="chrome://resources/polymer/v1_0/paper-card/paper-card.html"> |
| +<link rel="import" href="chrome://resources/polymer/v1_0/paper-styles/typography.html"> |
| + |
| +<dom-module id="policy-group"> |
| + <link rel="import" type="css" href="chrome://md-policy/policy_group.css"> |
| + <template> |
| + <paper-card heading="[[translate(riskTag)]]" |
| + aria-label="[[translate(riskTag)]]"> |
|
Dan Beam
2015/10/10 01:04:18
can you compute this property and share it rather
fhorschig
2015/10/13 16:29:10
Done.
|
| + <div id="content" class="card-content"></div> |
| + </paper-card> |
| + </template> |
| + <script src="chrome://md-policy/policy_group.js"></script> |
| +</dom-module> |