Skip to content

Commit c142cae

Browse files
committed
mobile needs elements too!
1 parent 95afa68 commit c142cae

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

_includes/dropdown-panel.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@
66
{% if page.navgroup == 'docs' %}active{% endif %}>
77
</polymer-ui-menu-item>
88

9+
<polymer-ui-menu-item
10+
src="/images/picons/ic_feedback_dark_.png"
11+
label="Elements"
12+
href="/docs/elements/"
13+
{% if page.navgroup == 'elements' %}active{% endif %}>
14+
</polymer-ui-menu-item>
15+
916
<polymer-ui-menu-item
1017
src="/images/picons/ic_feedback_dark_.png"
1118
label="Resources"

app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
application: google.com:polymerdocs
1+
application: polymer-project
22
version: the-next-gen-of-web-dev-is-here
33
runtime: python27
44
api_version: 1

polymer-all/tools

0 commit comments

Comments
 (0)