1
0
Fork 0

bugfix redirecting to collections

This commit is contained in:
Heiko Kernbach 2013-10-31 14:52:08 +01:00
parent 0dd7350305
commit 03f05007f7
2 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ var documentSourceView = Backbone.View.extend({
var name = window.location.hash.split("/");
$('#transparentHeader').append(
'<div class="breadcrumb">'+
'<a href="#" class="activeBread">Collections</a>'+
'<a href="#collections" class="activeBread">Collections</a>'+
' > '+
'<a class="activeBread" href="#collection/'+name[1]+'/documents/1">'+name[1]+'</a>'+
' > '+

View File

@ -140,7 +140,7 @@ var documentView = Backbone.View.extend({
var name = window.location.hash.split("/");
$('#transparentHeader').append(
'<div class="breadcrumb">'+
'<a href="#" class="activeBread">Collections</a>'+
'<a href="#collections" class="activeBread">Collections</a>'+
' > '+
'<a class="activeBread" href="#collection/' + name[1] + '/documents/1">' + name[1] + '</a>'+
' > '+