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

Side by Side Diff: gm/rebaseline_server/static/new/new-index.html

Issue 538613002: Refactored frontend for the rebaseline server. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Addressing issues raised during CR Created 6 years, 3 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
(Empty)
1 <!DOCTYPE html>
2 <html lang="en" ng-app="rbtApp">
3
4 <head>
5 <meta name="viewport" content="width=device-width">
6 <meta charset="utf-8">
7 <title>Rebaseline Tool</title>
8 <link rel="stylesheet" href="bower_components/bootstrap/dist/css/bootstrap.min .css">
9 <link rel="stylesheet" href="css/app.css">
10 </head>
11 <body>
12
13
14 <div class="container-fluid">
15 <div class="pull-right">
16 Instructions, roadmap, etc. are at <a href="http://goo.gl/CqeVHq" target ="_blank">http://goo.gl/CqeVHq</a>
17 </div>
18 </div>
19
20 <!-- Include the different views here.
21 Make everything fluid to scale to the maximum size of any screen. -->
22 <div class="container-fluid">
23 <div ng-view></div>
24 </div>
25
26 <!-- do everything local right now: Move to CDN fix when it's a performance is sue -->
27 <script src="bower_components/angular/angular.js"></script>
28 <script src="bower_components/angular-route/angular-route.js"></script>
29
30 <!-- Local includes external libs -->
31 <script src="bower_components/angular-bootstrap/ui-bootstrap.js"></script>
32 <script src="bower_components/angular-bootstrap/ui-bootstrap-tpls.js"></script >
33
34 <!-- Local JS -->
35 <script src="js/app.js"></script>
36 </body>
37 </html>
OLDNEW
« no previous file with comments | « gm/rebaseline_server/static/new/js/app.js ('k') | gm/rebaseline_server/static/new/partials/index-view.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698