codeforboston / maple

MAPLE makes it easy for anyone to view and submit testimony to the Massachusetts Legislature about the bills that will shape our future.
https://mapletestimony.org
MIT License
44 stars 118 forks source link

tweak bill info on publishs page #1328

Closed nesanders closed 1 year ago

nesanders commented 1 year ago

Summary

A user pointed out that our publish testimony page does not currently display the bill number. This small PR simply adds it and makes some other small typographical changes to this page.

Checklist

Screenshots

Original version: image

Known issues

If you've run against limitations or caveats, include them here. Include follow-up issues as well.

Steps to test/reproduce

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
maple-dev ❌ Failed (Inspect) Oct 3, 2023 6:25pm
vercel[bot] commented 1 year ago

@nesanders is attempting to deploy a commit to the Maple Testimony Team on Vercel.

A member of the Team first needs to authorize it.

mertbagt commented 1 year ago

attempted to run this in a local branch and got this error:

image

mertbagt commented 1 year ago

replaced two instances of "bill" which is an object and doesn't render as written with "bill.id" which returns a string that only states the id number which my understanding is the intent of the PR.

nesanders commented 1 year ago

Thank you @mertbagt ! I will tweak from here.

mertbagt commented 1 year ago

🚀