fhir-crucible / crucible

🔥 Crucible web application for testing FHIR servers
77 stars 25 forks source link

Non-unique id's on server summary links #202

Closed mrnosal closed 7 years ago

mrnosal commented 7 years ago

In crucible/app/views/components/_server_summary.html.erb, every anchor element is given the same id="carouselPanel". id attributes on HTML elements must be unique on a given document/page.

arscan commented 7 years ago

This should be all set now, thanks!