Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(136)

Side by Side Diff: chrome/browser/resources/md_policy/md_policy.html

Issue 1371073003: Display material design policies grouped by tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Tags as string array. Removed listOf. Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!doctype html> 1 <!doctype html>
2 <html> 2 <html>
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>Policies</title> 5 <title>Policies</title>
6 <link rel="import" href="chrome://md-policy/policy_ui.html">
7 <link rel="import" type="css" href="chrome://resources/css/roboto.css">
8 <link rel="stylesheet" type="text/css" href="chrome://md-policy/md_policy.css" >
6 </head> 9 </head>
7 <body> 10 <body>
8 <h1>A Material Design policy page is under construction!</h1> 11 <policy-ui></policy-ui>
Dan Beam 2015/11/03 17:52:55 can you just inline <policy-ui>'s contents here?
fhorschig 2015/11/22 17:55:27 What do you mean by "inline <policy-ui>'s contents
9 </body> 12 </body>
10 </html> 13 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698