CoderDojoPotsdam / regex-tutorial

Interactive Tutorial for Regular Expressions | Interaktives Tutorial für Reguläre Ausdrücke
https://coderdojopotsdam.github.io/regex-tutorial
11 stars 17 forks source link

Step index won't work for 50-01 #94

Open weerox opened 7 years ago

weerox commented 7 years ago

Website-link: https://coderdojopotsdam.github.io/regex-tutorial/en/50-01.html https://coderdojopotsdam.github.io/regex-tutorial/de/50-01.html

Expected Behavior

It should display 46 in the last bubble. (And have a black background).

Actual Behavior

It has a green background and there are no index number.

Actions to Reproduce

Visit any of the above links.

Solution Description

It seems like the link is missing the "current" class, but I don't know why.

Hints

Take a look at tutorial.html. The problem should be in there somewhere, probably somewhere in the loop.

joshhazelhurst123 commented 7 years ago

@WeeRox I had a good look and had no success. Could not find "current" class either. Not sure why the file jumps from 13-02.html to 50-01.html Line 93 of tutorial.html is confusing.

niccokunzmann commented 7 years ago

This is interesting

8bdc7c2930c4d159cad8f0a14a854394a55ba463 is also the last commit here: https://github.com/CoderDojoPotsdam/regex-tutorial/commits/master I see it but I can not reproduce it.

weerox commented 7 years ago

Weird. Checked again to be sure, but I still can't see the number...

niccokunzmann commented 7 years ago

@WeeRox I corrected my comment to be more clear that I can only see the content when I build it on my conputer using jekyll.

I think, this is a minor issue which can cost a lot of energy. So I will not work on it.

niccokunzmann commented 7 years ago

Hm. Maybe we can reproduce it when we use the github gem instead of just jekyll. https://github.com/github/pages-gem

niccokunzmann commented 7 years ago

It is reproducable using the github pages gem grafik To reproduce, you can use the github-pages-gem branch or merge #101 and use master.