openreview / openreview-web

The official web interface for OpenReview.net
https://openreview.net
GNU Affero General Public License v3.0
14 stars 2 forks source link

Note Panel: details section is not rendering the urls as links #408

Closed melisabok closed 3 years ago

melisabok commented 3 years ago

ll

xkopenreview commented 3 years ago

this is activity page right?

melisabok commented 3 years ago

No, home page: https://openreview.net/group?id=ICLR.cc/2021/Conference#withdrawn-rejected-submissions

xkopenreview commented 3 years ago

thanks. activity page has the same issue. they might be sharing the same block

melisabok commented 3 years ago

Yes, I think is the handlebars template called NoteBasic.hbs

zbialecki commented 3 years ago

The noteBasic template uses the noteContentCollapsible helper (in template-helpers.js) to render the note contents. I think the best way to support this would be to add another special case to this helper that checks if the field value is a just a bare URL (no other text) and builds the link.