GDGSeattle / hoverboard

GDG DevFest website template
https://devfestseattle.org
Other
1 stars 2 forks source link

Enable tickets button in tickets block to have different label that tickets buttons in header and toolbar #18

Open cliveb opened 7 years ago

cliveb commented 7 years ago

Not exactly what I was asking for. Thanks for changing "Buy Tickets" to "Tickets" for the two buttons on the top of the page. The Tickets section should have stayed unchanged. So basically, "Tickets" button jump to "Tickets" section where the "buy ticket" button is linked to Eventbrite.

Project Console: https://console.firebase.google.com/project/devfest17-555a9/overview Hosting URL: https://devfest17-555a9.firebaseapp.com Clives-MacBook-Pro:hoverboard seebe$ grep "buyTicket" -R . ./.temp/data/resources.json: "buyTicket": "Tickets", ./build/data/resources.json: "buyTicket": "Tickets", ./data/resources.json: "buyTicket": "Tickets", ./src/elements/drawer-block.html: {$ buyTicket $} ./src/elements/header-content.html: {$ buyTicket $} ./src/elements/tickets-block.html: {$ buyTicket $} ./src/elements/toolbar-block.html: {$ buyTicket $} ./src/elements/toolbar-block.html: {$ buyTicket $}

cliveb commented 7 years ago

Touches code in 6 places. I need to discuss with project maintainer. Because other bugs are hanging on changing this and may break tickets scroll from buttons above.