sagemath / website

Source for https://www.sagemath.org/; submit Issues/PRs here to update the website
40 stars 180 forks source link

scripts/geocode.py: Show GH user name, links to GH commit search #346

Closed mkoeppe closed 1 year ago

kwankyu commented 1 year ago

You can change the element class to github, if you do this

--- a/src/res/sage.css
+++ b/src/res/sage.css
@@ -679,6 +679,8 @@ div.mdesc ul {
     padding: 3px 0 3px 1em;
     margin: 0;
 }
+
+.github,
 .trac {
     text-align: right;
     display: block;
kwankyu commented 1 year ago

I do not insist but prefer "commits (github: {github})"

mkoeppe commented 1 year ago

Thanks! I've made these changes

kwankyu commented 1 year ago

You didn’t change trac to github in setAttribute yet..

kwankyu commented 1 year ago

Sorry I should have mentioned that in the diff.