Update Admin.t since all urls now come with a leading /
This commit is contained in:
parent
cbee62e407
commit
bd09b1646e
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ cmp_deeply(
|
||||||
name => $newtag->get('name'),
|
name => $newtag->get('name'),
|
||||||
editUrl => $newtag->getEditUrl,
|
editUrl => $newtag->getEditUrl,
|
||||||
commitUrl => $newtag->getCommitUrl,
|
commitUrl => $newtag->getCommitUrl,
|
||||||
leaveUrl => '?op=leaveVersionTag',
|
leaveUrl => '/?op=leaveVersionTag',
|
||||||
},
|
},
|
||||||
'www_getCurrentVersionTag',
|
'www_getCurrentVersionTag',
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue