Skip to content

Commit

Permalink
Changes link to point correctly to en subfolder when the version is d…
Browse files Browse the repository at this point in the history
…ifferent (elixirschool#1269)
  • Loading branch information
gemantzu authored and doomspork committed Nov 29, 2017
1 parent 775be5c commit b12e606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _assets/javascripts/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var toggle_section = function() {
};

var show_vcs_history = function() {
var base = 'https://github.com/elixirschool/elixirschool/commits/master/lessons/',
var base = 'https://github.com/elixirschool/elixirschool/commits/master/en/lessons/',
path = window.location
.toString()
.split('/')
Expand Down

0 comments on commit b12e606

Please sign in to comment.