You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2019. It is now read-only.
Context:
We need a way to generally indicate where people should go to to contribute to a specific page of the website. One idea I tried out was adding a footer with copy in the spirit of "See a bug? Something you want to improve? Contribute at (link)".
Acceptance Criteria:
Link should be positioned at the bottom of the page, above the footer, and centered on the view
an anchor element should be used (instead of a button)
there should be a title attribute (see screenshot below)
on hover, the cursor should be a pointer
Screenshot of what it could look like:
The text was updated successfully, but these errors were encountered:
Seems good! My immediate thought for how to do this is to create a Ruby helper in the layout. This would be a great task for someone who already knows some Ruby!
Context:
We need a way to generally indicate where people should go to to contribute to a specific page of the website. One idea I tried out was adding a footer with copy in the spirit of "See a bug? Something you want to improve? Contribute at (link)".
Acceptance Criteria:
Screenshot of what it could look like:
The text was updated successfully, but these errors were encountered: