Closed jorg-vr closed 1 month ago
The changes involve modifications to the footer section of the HTML template located in app/views/layouts/_footer.html.erb
. The social media links for Twitter and Facebook have been reorganized into a new <div>
element for better content structure. Additionally, a new link has been added to direct users to the documentation for Dodona, with a URL that dynamically reflects the current locale. All existing links related to support, contact, status, privacy statement, data, publications, and version information remain unchanged.
File Path | Change Summary |
---|---|
app/views/layouts/_footer.html.erb | Restructured social media links into a new <div> element; added a new link for Dodona documentation with dynamic locale URL. Existing links retained. |
sequenceDiagram
participant User
participant Footer
participant Documentation
User->>Footer: Access footer links
Footer->>User: Display social media links
Footer->>User: Display documentation link
User->>Documentation: Click on documentation link
Documentation-->>User: Redirect to documentation page
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
This pull request adds a link to our documentation to the footer of our website. I also grouped the Facebook and twitter icons so that the footer doesn't take up too much height on small screens.