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

Unified Diff: client/web/main.html

Issue 60233005: Remove WIP label, make categories always expanded, move build number down. (Closed) Base URL: https://github.com/dart-lang/dartdoc-viewer.git@master
Patch Set: Go back to collapsing when small, panel and minimap vanish at the same time column widens Created 7 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/web/library-panel.html ('k') | client/web/minimap-class.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/web/main.html
diff --git a/client/web/main.html b/client/web/main.html
index 2f34bc42f660b57b5d25c1b29dc90a1b4916769e..b98fa78418c9d49c427a17162eb9c60120211d59 100644
--- a/client/web/main.html
+++ b/client/web/main.html
@@ -28,7 +28,7 @@
<a href="http://api.dartlang.org/" class="navbar-brand header-logo"></a>
<a href="#home"
class="navbar-brand btn-link">
- Dart API Reference (Work-in-Progress) {{buildIdentifier}}
+ Dart API Reference
</a>
<div class="nav-collapse collapse navbar-responsive-collapse"
@@ -92,8 +92,9 @@
<dartdoc-minimap-class item={{viewer.currentPage}}>
</dartdoc-minimap-class>
</template>
-
+ <div>Dart Build {{buildIdentifier}}</div>
</div>
+
</template>
</polymer-element>
<script type="application/dart" src="main.dart"></script>
« no previous file with comments | « client/web/library-panel.html ('k') | client/web/minimap-class.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698