scancode.io
scancode.io copied to clipboard
Enable copying path to input URL in project #1120
This PR fixes https://github.com/nexB/scancode.io/issues/1120
Intially the input URL was not clickable and easy to copy.
Now, I have changed the input URL to a hyperlink so when clicked it will open the URL and can be copied easily.
please let me know if this solution works fine or not. Thanks.
Thanks! this looks good to me. Merging.
Actually, why do we have tow tooltips showing up now?
Actually, why do we have tow tooltips showing up now?
That's because I have used title
attribute within anchor tag. Should I remove that, if that is a problem?