Commit 957834e6 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett

Merge branches 'ide' and 'ide' of gitlab.com:gitlab-org/gitlab-ce into ide

parents f63b5592 9b0c4b84
......@@ -17,6 +17,7 @@ const RepoHelper = {
getLanguageForFile(file, langs) {
const ext = `.${file.name.split('.').pop()}`;
console.log('ext',ext,'ext')
let foundLang;
if (langs.some((l) => {
if (l.extensions && l.extensions.indexOf(ext) > -1) {
......
......@@ -2,7 +2,7 @@ const RepoPreviousDirectory = {
template: `
<tr>
<td colspan='3'>
<a :href='prevUrl' @click.prevent='linkClicked(prevurl)'>..</a>
<a :href='prevUrl' @click.prevent='linkClicked(prevUrl)'>..</a>
</td>
</tr>
`,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment