openfun / richie

:pencil: An opensource CMS to build education portals
https://richie.education
MIT License
256 stars 80 forks source link

💄(frontend) display course run link as button #2417

Closed jbpenrath closed 1 month ago

jbpenrath commented 1 month ago

Purpose

When a course run resource link does not match configured LMS Backend, we simply render a link to go follow the resource link. This link is currently a simple anchor tag but it's weird as it does not match the look'n feel of other course run blocks. So we decide to use a Cunningham Button component instead.

Enrollment link

Before After
image image

Date display

Before After
Capture d’écran 2024-05-30 à 16 35 10 image

Proposal