compare: migrated code from pylons to pyramid views.

This commit is contained in:
Marcin Kuzminski 2017-07-26 13:28:45 +02:00
parent 4de255d013
commit 93c5a7f9c5
17 changed files with 291 additions and 220 deletions

View file

@ -174,7 +174,7 @@
merge: 1,
f_path: state.f_path
};
window.location = pyroutes.url('compare_url', url_data);
window.location = pyroutes.url('repo_compare', url_data);
});
$('#show_at_commit').on('click', function(e) {